shithub: rtmp

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