#ifndef DEBUG_H #define DEBUG_H void debug_print(const char *str); #endif // DEBUG_H