shithub: rtmp

ref: c9a45262d2655e843fcc0ad7382f08efcc523926
dir: /util.h/

View raw version
#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);