diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-21 21:17:17 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-21 21:17:17 +0100 |
| commit | c0a7c5ddcb9e0e98f6d981448e7c54fab6621327 (patch) | |
| tree | d0307493efe92924ad267f6a0c5efb0fc1e16bc3 /util.h | |
first sketch
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 |