From 464cca35825a02541efd46cfd3af91146c118d01 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 26 May 2023 18:08:09 +0200 Subject: Becoming aggressive --- inc/log.h | 11 +++++++++++ 1 file changed, 11 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..8d33658 --- /dev/null +++ b/inc/log.h @@ -0,0 +1,11 @@ +// Copyright (c) 2023, Marvin Borner +// SPDX-License-Identifier: MIT + +#ifndef BLOC_LOG_H +#define BLOC_LOG_H + +void debug(const char *format, ...); +void debug_enable(int enable); +void fatal(const char *format, ...) __attribute__((noreturn)); + +#endif -- cgit v1.2.3