diff --git a/src/log.c b/src/log.c new file mode 100644 index 0000000..24f2ffb --- /dev/null +++ b/src/log.c @@ -0,0 +1,10 @@ +#include "log.h" +#include "str.h" +#include "printf.h" + +#include + +#ifdef DEBUG +int log_level=LOGERROR; +#endif +