summaryrefslogtreecommitdiff
path: root/src/util/error.h
diff options
context:
space:
mode:
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);