xml.h 450 B

1234567891011
  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. void xmlAName(Hio *hout, char *v, char *tag);
  5. void xmlScore(Hio *hout, u8int *v, char *tag);
  6. void xmlSealed(Hio *hout, int v, char *tag);
  7. void xmlU32int(Hio *hout, u32int v, char *tag);
  8. void xmlU64int(Hio *hout, u64int v, char *tag);
  9. void xmlIndent(Hio *hout, int indent);