shithub: rtmp

ref: 6fb80473c5f8b70a64b6209fdd1c6aa071e8529f
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);