4-variable-simplifier/debug.c
2026-04-25 16:00:10 -04:00

4 lines
49 B
C

#ifdef DEBUG_BUILD_TYPE
int debug_depth;
#endif