#ifndef _H_LOG #define _H_LOG #define LOG_DEBUG 1 #define LOG_LEVEL 0 void log_debug(char*); #endif