1 2 3 4 5 6 7 8
#ifndef __LOG_H__ #define __LOG_H__ #define LOG(...) #define CONSOLE #define ERROR #endif