From e72088d79804e4f689196f4bc700fb9348c77209 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sat, 24 Jan 2026 22:28:22 -0500 Subject: initial commit --- crash.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crash.h (limited to 'crash.h') 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 -- cgit v1.2.3