Start working on a VFS implementation #22
@ -84,4 +84,5 @@ void debug_log_impl(const char* format, va_list ap)
|
||||
{
|
||||
pure_cstyle_format(
|
||||
format, [](char c, void*) { console_write(&c, 1); }, nullptr, ap);
|
||||
console_write("\n", 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user