From 8ebc1e27f7a19091515b8de742d486698dae4d6e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 13 Jul 2024 22:16:10 +0200 Subject: omd --- src/util/error.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/util/error.h (limited to 'src/util/error.h') 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); -- cgit v1.2.3-70-g09d2