shithub: rtmp

ref: e95674db1eb82210f12fb429cc848613e24e704f
dir: /util.h/

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