printf(fmt, ##__VA_ARGS__)

#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编辑  收藏  举报