initial commit

This commit is contained in:
klein panic
2024-09-29 02:33:20 -04:00
commit 55283e90df
17 changed files with 1297 additions and 0 deletions

7
include/log_message.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef LOG_MESSAGE_H
#define LOG_MESSAGE_H
void log_message(const char* msg);
#endif