1 2 3 4 5 6 7 8 9 10
#ifndef _H_LOG #define _H_LOG #define LOG_DEBUG 1 #define LOG_LEVEL 0 void log_debug(char*); #endif