ref: 5745445bdf695dc69d3c15189e083432f2c1f42c
dir: /util.h/
#define Zns₀ (~0ULL) extern int debug; void *emalloc(usize sz); void *ecalloc(ulong nel, usize elsz); void *erealloc(void *p, usize sz); char *estrndup(void *d, int n); char *estrdup(char *s);