__run.h 255 B

123456789101112
  1. #ifndef VIRTUALMATH___RUN_H
  2. #define VIRTUALMATH___RUN_H
  3. #include "__virtualmath.h"
  4. #if OUT_INTER_LOG && OUT_INTER_LOG
  5. #define writeLog_(...) writeLog(__VA_ARGS__)
  6. #else
  7. #define printResult(...)
  8. #define writeLog_(...)
  9. #endif
  10. #endif //VIRTUALMATH___RUN_H