diff options
| author | ame <[email protected]> | 2023-10-15 23:27:48 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2023-10-15 23:27:48 -0500 |
| commit | dace220aa3aa6aad30bc339b5bbd2b6f57da925c (patch) | |
| tree | d72bc3d7f5bff246d7149590432d1ab4bef4faf5 | |
| parent | 3e50a372a959f5bbea0cc52570540130cd645556 (diff) | |
added p_error def
| -rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,4 +16,5 @@ #define color_white "\e[97m" #define color_reset "\e[0m" -void p_fatal(const char* m); +void p_fatal(const char*); +void p_error(const char*); |
