1 2 3 4 5 6 7
#ifndef DEBUG_H_ #define DEBUG_H_ void debug_stacks(Bedrock *br); void debug_assert(Bedrock *br); #endif