shithub: rtmp

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