diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-26 18:01:51 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-26 18:01:51 -0400 |
| commit | 2e8af6099010dc3b525cfd6517b8754bca9e99b9 (patch) | |
| tree | 2406ab0893cb81b4d7a94fc6352741014875b6e4 /sysfatal.h | |
| download | balls-2e8af6099010dc3b525cfd6517b8754bca9e99b9.zip | |
initCL()
Diffstat (limited to 'sysfatal.h')
| -rw-r--r-- | sysfatal.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, ...); |