#ifndef DEBUG_MSG_H #define DEBUG_MSG_H 1 void debug_msg(const char *format, ...); #endif