mirror of
https://github.com/0xTriboulet/T-1
synced 2026-06-06 15:14:27 +00:00
6 lines
84 B
C
6 lines
84 B
C
#ifdef DEBUG
|
|
#define PRINT(...) printf(__VA_ARGS__)
|
|
#else
|
|
#define PRINT(...)
|
|
#endif
|