8 lines
89 B
C
8 lines
89 B
C
#ifndef LOG_MESSAGE_H
|
|
#define LOG_MESSAGE_H
|
|
|
|
void log_message(const char* msg);
|
|
|
|
#endif
|
|
|