#ifndef DEBUG_H #define DEBUG_H void debug_printf(char const *fmt, ...); #endif