diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h index 97435be..bad4a33 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,3 @@ #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) -void die(const char *fmt, ...); - #define writeputs(str) write(STDOUT_FILENO, str, strlen(str)); |