Espresso 0.0.1e

This commit is contained in:
2025-07-04 14:23:29 -05:00
parent dd11e15c3b
commit dbaee2c881
17 changed files with 215 additions and 20 deletions

View File

@ -26,7 +26,8 @@ void printdc(const char* str, uint8_t color)
terminal_setcolor(c);
}
void printf(const char* format, ...) {
void printf(const char* format, ...)
{
va_list args;
va_start(args, format);