#include "log.h" #include #if(LOG_LEVEL < LOG_DEBUG) void log_debug(char* msg) { fprintf(stdout, "%s\n", msg); } #endif