#ifndef LOG_H #define LOG_H void debug(const char *format, ...); #endif