dwl/util.h
2022-12-02 12:59:37 +03:00

3 lines
74 B
C

void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);