shithub: rtmp

ref: e3323cec8ab6bb99f1aff62ed2987feb786b8bbd
dir: /util.h/

View raw version
#define Zns₀ (~0ULL)

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);