mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibC: Stub out swprintf
This commit is contained in:
parent
e82dc7c77a
commit
c3b14588ec
2 changed files with 7 additions and 0 deletions
|
@ -447,4 +447,10 @@ long double wcstold(const wchar_t*, wchar_t**)
|
|||
dbgln("TODO: Implement wcstold()");
|
||||
TODO();
|
||||
}
|
||||
|
||||
int swprintf(wchar_t*, size_t, const wchar_t*, ...)
|
||||
{
|
||||
dbgln("TODO: Implement swprintf()");
|
||||
TODO();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue