plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

xml.h (450B)


      1 void	xmlamap(Hio *hout, AMap *v, char *tag, int indent);
      2 void	xmlarena(Hio *hout, Arena *v, char *tag, int indent);
      3 void	xmlindex(Hio *hout, Index *v, char *tag, int indent);
      4 
      5 void	xmlaname(Hio *hout, char *v, char *tag);
      6 void	xmlscore(Hio *hout, u8int *v, char *tag);
      7 void	xmlsealed(Hio *hout, int v, char *tag);
      8 void	xmlu32int(Hio *hout, u32int v, char *tag);
      9 void	xmlu64int(Hio *hout, u64int v, char *tag);
     10 
     11 void	xmlindent(Hio *hout, int indent);