Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/venti/srv/xml.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


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);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.