summaryrefslogtreecommitdiff
path: root/crash.h
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2026-01-24 22:28:22 -0500
committerCarson Fleming <[email protected]>2026-01-24 22:28:22 -0500
commite72088d79804e4f689196f4bc700fb9348c77209 (patch)
tree195e8b20cf633a0b9fc2ef6754c08742a9ce30e1 /crash.h
downloadsafec-e72088d79804e4f689196f4bc700fb9348c77209.tar.gz
initial commit
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