diff options
author | Preston Pan <ret2pop@gmail.com> | 2024-12-26 21:18:05 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2024-12-26 21:18:05 -0800 |
commit | fd14f6fbf8206589d2a0ad8f0793845cb8faf1d7 (patch) | |
tree | ac3f8288b9e5e9d5e3acaf7d07694dc04157233a /include/helpers.h | |
parent | e75d6f6b8f4512a5bbfecbfa8c17f0bb687e3d55 (diff) |
stuff
Diffstat (limited to 'include/helpers.h')
-rw-r--r-- | include/helpers.h | 3 |
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); |