From bfdc8d2d843c08bd01517256a63518d03da236f6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 27 Jul 2021 21:10:34 +0200 Subject: Started treeify --- inc/log.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 inc/log.h (limited to 'inc/log.h') diff --git a/inc/log.h b/inc/log.h new file mode 100644 index 0000000..4698f9c --- /dev/null +++ b/inc/log.h @@ -0,0 +1,9 @@ +#ifndef LOG_H +#define LOG_H + +#include + +__attribute__((noreturn)) void errln(struct ctx *ctx, const char *fmt, ...); +__attribute__((noreturn)) void err(const char *fmt, ...); + +#endif -- cgit v1.2.3