diff options
author | EuAndreh <eu@euandre.org> | 2024-05-27 15:59:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-27 15:59:18 -0300 |
commit | 5a4cac63cef0a74488382eedb1e161c7d8277c64 (patch) | |
tree | 384f198c70a09a1c5a60e04e0c314deb65149232 /src/util.h | |
parent | Makefile: update "siphash" to new "siphashbs" name (diff) | |
download | pindaiba-5a4cac63cef0a74488382eedb1e161c7d8277c64.tar.gz pindaiba-5a4cac63cef0a74488382eedb1e161c7d8277c64.tar.xz |
src/util.h: Add EXIT_USAGE
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ extern const size_t NULL_TERMINATOR; +extern const int +EXIT_USAGE; + int slurp(const char *const filename, char **out); |