#ifdef RC_DEBUG_ENABLE
#define xprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
#else
#define xprintf(fmt, ...)
#endif
相关文章:
#ifdef RC_DEBUG_ENABLE
#define xprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
#else
#define xprintf(fmt, ...)
#endif
相关文章: