summaryrefslogtreecommitdiff
path: root/src/util/error.h
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2024-07-13 22:16:10 +0200
committerTom Smeding <t.j.smeding@uu.nl>2024-07-13 22:16:14 +0200
commit8ebc1e27f7a19091515b8de742d486698dae4d6e (patch)
tree18051f4744d689f8f98587af661cfd39fd87c226 /src/util/error.h
parent712530e52091520f8f2bf347dc9ecb4030d9c4ed (diff)
omd
Diffstat (limited to 'src/util/error.h')
-rw-r--r--src/util/error.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/error.h b/src/util/error.h
new file mode 100644
index 0000000..99a9c77
--- /dev/null
+++ b/src/util/error.h
@@ -0,0 +1,5 @@
+#pragma once
+
+
+__attribute__((noreturn))
+void print_error_nomem(const char *progname);