#ifdef RC_DEBUG_ENABLE
#define xprintf(fmt, ...) printf(fmt, ##__VA_ARGS__)
#else
#define xprintf(fmt, ...)
#endif

相关文章:

  • 2021-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-05-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
相关资源
相似解决方案