aboutsummaryrefslogtreecommitdiff
path: root/macros.c
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-09 18:39:49 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-09 18:39:49 -0800
commitac6004730fa54a756d1627a4e8450cd32df86f75 (patch)
tree8cb4d59438a1252fa069788b2ffb78b2a1bbad3e /macros.c
parent6ccf0572469dfc8cd8fa7b8537b2ac6c265d2df6 (diff)
reorganize directory structure
Diffstat (limited to 'macros.c')
-rw-r--r--macros.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/macros.c b/macros.c
deleted file mode 100644
index e17e113..0000000
--- a/macros.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "macros.h"
-#include <stdio.h>
-#include <stdlib.h>
-
-void die(char *message) {
- fprintf(stderr, "ERROR: %s\n", message);
- exit(1);
-}