Mon 16 Mar 11:09:06 CET 2026

This commit is contained in:
sbosse 2026-03-16 11:12:46 +01:00
parent 7e136e1032
commit 61549a2841

10
src/log.c Normal file
View File

@ -0,0 +1,10 @@
#include "log.h"
#include "str.h"
#include "printf.h"
#include <stdarg.h>
#ifdef DEBUG
int log_level=LOGERROR;
#endif