摘要: #ifdef RC_DEBUG_ENABLE#define xprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) #else#define xprintf(fmt, ...) #endif 阅读全文
posted @ 2019-04-22 14:24 soul.stone 阅读(3439) 评论(0) 推荐(0) 编辑