#ifndef LOG_MESSAGE_H #define LOG_MESSAGE_H void log_message(const char* msg); #endif