mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
12 lines
450 B
C
12 lines
450 B
C
|
void xmlamap(Hio *hout, AMap *v, char *tag, int indent);
|
||
|
void xmlarena(Hio *hout, Arena *v, char *tag, int indent);
|
||
|
void xmlindex(Hio *hout, Index *v, char *tag, int indent);
|
||
|
|
||
|
void xmlaname(Hio *hout, char *v, char *tag);
|
||
|
void xmlscore(Hio *hout, u8int *v, char *tag);
|
||
|
void xmlsealed(Hio *hout, int v, char *tag);
|
||
|
void xmlu32int(Hio *hout, u32int v, char *tag);
|
||
|
void xmlu64int(Hio *hout, u64int v, char *tag);
|
||
|
|
||
|
void xmlindent(Hio *hout, int indent);
|