aboutsummaryrefslogtreecommitdiff
path: root/include/helpers.h
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2024-12-26 21:18:05 -0800
committerPreston Pan <ret2pop@gmail.com>2024-12-26 21:18:05 -0800
commitfd14f6fbf8206589d2a0ad8f0793845cb8faf1d7 (patch)
treeac3f8288b9e5e9d5e3acaf7d07694dc04157233a /include/helpers.h
parente75d6f6b8f4512a5bbfecbfa8c17f0bb687e3d55 (diff)
stuff
Diffstat (limited to 'include/helpers.h')
-rw-r--r--include/helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/helpers.h b/include/helpers.h
index c685e09..276b590 100644
--- a/include/helpers.h
+++ b/include/helpers.h
@@ -1,7 +1,10 @@
#ifndef HELPERS_H
#define HELPERS_H
+
#include <stdlib.h>
+void die_lz(int code, const char *msg);
+
void die(const char *msg);
void *safe_calloc(unsigned int i, size_t size);