mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-29 13:01:10 +00:00
4 lines
128 B
C
4 lines
128 B
C
#define DEBUG 0
|
|
//#define debug_printf(...) do { if (DEBUG) fprintf(stdout, __VA_ARGS__); } while (0)
|
|
#define debug_printf(...)
|