From 2e8af6099010dc3b525cfd6517b8754bca9e99b9 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 26 Oct 2024 18:01:51 -0400 Subject: initCL() --- sysfatal.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysfatal.h (limited to 'sysfatal.h') diff --git a/sysfatal.h b/sysfatal.h new file mode 100644 index 0000000..d56ec5d --- /dev/null +++ b/sysfatal.h @@ -0,0 +1 @@ +void sysfatal(const char *format, ...); -- cgit v1.2.3