mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:17:42 +00:00
Build Painter & friends into LibC. Use it in the GUI test app.
This commit is contained in:
parent
bfef4afa6a
commit
b673c1a77d
16 changed files with 105 additions and 50 deletions
|
@ -230,7 +230,7 @@ static void sys_putch(char*&, char ch)
|
|||
syscall(SC_putch, ch);
|
||||
}
|
||||
|
||||
int sys_printf(const char* fmt, ...)
|
||||
int dbgprintf(const char* fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue