plxvm/src/log.c

11 lines
121 B
C
Raw Normal View History

2026-03-16 11:12:46 +01:00
#include "log.h"
#include "str.h"
#include "printf.h"
#include <stdarg.h>
#ifdef DEBUG
int log_level=LOGERROR;
#endif