diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-22 18:40:22 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-22 18:40:22 +0200 |
| commit | f14acf7306b022c1d0dd98f5fd654dbdc38e64e5 (patch) | |
| tree | 562e30fdad694f11fc1075b353be6d22d9094171 /util.h | |
create ffbg
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#ifndef UTIL_H +#define UTIL_H + +void die(const char *error); + +#endif |