aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
blob: 4068691140c212dcc8473892d24b3db6507c4df7 (plain)
1
2
3
4
5
6
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>

void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
Feel free to download, copy and edit any repo