shithub: rtmp

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