Files
bat0daemon/include/log_message.h
2024-09-29 02:33:20 -04:00

8 lines
89 B
C

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