shithub: rtmp

ref: 7d4898f6656fd7c060bb27c0b10d6735a1f76337
dir: /util.h/

View raw version
#define Zns₀ (~0ULL)
extern int debug;

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);