diff options
Diffstat (limited to 'src/err.h')
| -rw-r--r-- | src/err.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/err.h b/src/err.h new file mode 100644 index 0000000..6bb4697 --- /dev/null +++ b/src/err.h @@ -0,0 +1,8 @@ +#ifndef SS_ERR_H +#define SS_ERR_H + +#include <stdarg.h> + +void die(const char* err, ...); + +#endif /* SS_ERR_H */ |
