Minimize C++ dependency

This commit is contained in:
Rostislav Stříbrný 2022-11-04 12:58:40 +01:00
parent 9bec435336
commit 57b66e3a62

View File

@ -10,10 +10,17 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdbool.h>
#include <string.h>
#include <time.h>
#ifndef bool
#define bool int
#define true 1
#define false 0
#endif
#define LOG_VERSION "0.1.0"
#ifndef RXI_LOGC_DEFAULT_LEVEL