From 0fa7537ce5006a9c99bc7e295a4ae4ff0b920fda Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Sun, 31 Aug 2025 15:11:01 +0200 Subject: initial commit --- debug.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debug.h (limited to 'debug.h') diff --git a/debug.h b/debug.h new file mode 100644 index 0000000..03f41d3 --- /dev/null +++ b/debug.h @@ -0,0 +1,3 @@ +#define error(...) _error(__FILE__, __LINE__, __VA_ARGS__) + +void _error(const char *, const int, const char *, ...); -- cgit v1.2.3