Files
2024-08-03 16:08:07 -04:00

6 lines
84 B
C

#ifdef DEBUG
#define PRINT(...) printf(__VA_ARGS__)
#else
#define PRINT(...)
#endif