#ifndef DEBUG_H #define DEBUG_H extern void Printf(const char *format, ...); #endif