diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/util.h b/include/util.h deleted file mode 100644 index bad4a33..0000000 --- a/include/util.h +++ /dev/null @@ -1,3 +0,0 @@ -#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) - -#define writeputs(str) write(STDOUT_FILENO, str, strlen(str)); |