URI:
       txml.h - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       txml.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);