Fixed bugs with console

This commit is contained in:
2026-04-20 12:05:35 -05:00
parent d19f8bbd30
commit c78135aa09
5 changed files with 52 additions and 39 deletions
+1
View File
@@ -12,6 +12,7 @@ void logDebug(const char_t *message, ...) {
va_start(args, message);
vprintf(message, args);
va_end(args);
fflush(stdout);
}
void logError(const char_t *message, ...) {