diff options
| author | ame <[email protected]> | 2024-02-22 10:17:40 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-22 10:17:40 -0600 |
| commit | 149d594012b32158cd5e29f484cf0274dde6af44 (patch) | |
| tree | f252e0c821a3c2cce56dd3180ea1c70fccd48d5a /src/i_util.c | |
| parent | b38fb544a43f161006924c055e12b2a1d9cf63f5 (diff) | |
cleaning and switch to parray_t
Diffstat (limited to 'src/i_util.c')
| -rw-r--r-- | src/i_util.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/i_util.c b/src/i_util.c deleted file mode 100644 index 48749d7..0000000 --- a/src/i_util.c +++ /dev/null @@ -1,13 +0,0 @@ -#include "i_util.h" -#include <stdio.h> -#include <stdlib.h> -#include "lua.h" - -void p_fatal(const char* m){ - fprintf(stderr, "%s[ fatal ] %s %s\n",color_red, m, color_reset); - exit(EXIT_FAILURE); -} - -void p_error(const char* m){ - fprintf(stderr, "%s[ error ]%s %s\n",color_red, color_reset, m); -} |
