shithub: rtmp

ref: 3acc9f1c414b3032531e1db73e77bb4af0f8ed38
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);