summaryrefslogtreecommitdiff
path: root/crash.h
diff options
context:
space:
mode:
Diffstat (limited to 'crash.h')
-rw-r--r--crash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crash.h b/crash.h
new file mode 100644
index 0000000..f0304e2
--- /dev/null
+++ b/crash.h
@@ -0,0 +1,4 @@
+#ifndef __SAFEC_CRASH_H
+#define __SAFEC_CRASH_H
+void crash(const char* message, ...);
+#endif \ No newline at end of file