shithub: rtmp

ref: af0838b8929fb0168353e434eb2b21e8b1ccc9ad
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);