shithub: rtmp

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