随笔分类 -  C C++

C C++
摘要:#define UPGRADE_DEBUG 1#ifdef UPGRADE_DEBUG#define stb_printf(...) printf (__VA_ARGS__)//#define stb_printf(...) #else#define stb_printf(...) do { } while (0)#endif/************************************************************************ 常量定义********************************************************** 阅读全文
posted @ 2011-09-02 15:25 火腿骑士 阅读(424) 评论(0) 推荐(0)
摘要:/*********头文件区****************************************************/#include "dare_program.h"//#include "dare_sntp.h"//#include "input_event.h"#include "ipanel_event.h"#include "stb_debug_ctrl.h"#ifdef STBSW_DEBUG_dare_program#define stb_printf(...) S 阅读全文
posted @ 2011-09-02 15:15 火腿骑士 阅读(349) 评论(0) 推荐(0)