#ifndef LOG_H_ #define LOG_H_ void log_info(const char* format, ...); void log_error(const char* format, ...); void log_WARN(const char* format, ...); #endif // LOG_H_ header