mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
Build Painter & friends into LibC. Use it in the GUI test app.
This commit is contained in:
parent
bfef4afa6a
commit
b673c1a77d
Notes:
sideshowbarker
2024-07-19 16:02:42 +09:00
Author: https://github.com/awesomekling
Commit: b673c1a77d
16 changed files with 105 additions and 50 deletions
|
@ -39,7 +39,7 @@ static void debugger_putch(char*&, char ch)
|
|||
IO::out8(0xe9, ch);
|
||||
}
|
||||
|
||||
int dbgprintf(const char* fmt, ...)
|
||||
extern "C" int dbgprintf(const char* fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue