From c4e08ec3777b78b6f788eec6737524cc5e856107 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Sun, 31 Aug 2025 16:18:35 +0200 Subject: rename output.h to trace_macros.h --- include/output.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 include/output.h (limited to 'include/output.h') diff --git a/include/output.h b/include/output.h deleted file mode 100644 index 366e3c4..0000000 --- a/include/output.h +++ /dev/null @@ -1,23 +0,0 @@ -/* SPDX-License-Identifier: Apache-2.0 */ - -/* Copyright 2025 Thorsten Töpper - * - * vim:ts=4:sw=4:expandtab - */ -#ifndef OUTPUT_H -#define OUTPUT_H - -#include - -#ifndef LOGERR -#define LOGERR(...) {fprintf(stderr, "[%s:%d] %s: ", __FILE__, __LINE__, __func__); fprintf(stderr, __VA_ARGS__);} -#endif - -#ifdef DEBUGBUILD -#define DBGTRC(...) LOGERR(__VA_ARGS__) -#else -#define DBGTRC(...) -#endif - -#endif - -- cgit v1.2.3-70-g09d2