shithub: rtmp

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