diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-23 20:28:57 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-23 20:28:57 +0100 |
| commit | dace7dca77e9539b5cb459f79c1154d11b3030fe (patch) | |
| tree | fbd3bc83e15c7b8d7e41dc351a7a50cfc0164c2f /util.h | |
first version of wlock
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 *fmt, ...); + +#endif |