- error
void error()
Undocumented in source. Be warned that the author may not have intended to support it.
- xcalloc
void* xcalloc(size_t size, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- xfree
void xfree(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- xmalloc
void* xmalloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- xrealloc
void* xrealloc(void* p, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- xstrdup
char* xstrdup(char* s)
Undocumented in source. Be warned that the author may not have intended to support it.