Espresso 0.0.1e
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user