#define DbgPrintf(fmt,args...)
eric_print("%s %d the content of sending is :%s\n",__FILE__,__LINE__,buf_tmp);
#define __D(fmt, args...) fprintf(stderr, "Font Debug: " fmt, ##args)
#else
#define __D(fmt, args...)
#endif
#define __E(fmt, args...) fprintf(stderr, "Font Error: " fmt, ##args)
- #ifdef MSG_DEBUG
- #define msg_print(...) {print_current_time();printf(__VA_ARGS__);}
- #else
- #define msg_print(...) ;
- #endif
不定参数宏打印信息