aboutsummaryrefslogtreecommitdiffstats
path: root/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'err.h')
-rw-r--r--err.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/err.h b/err.h
new file mode 100644
index 0000000..6bb4697
--- /dev/null
+++ b/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 */