mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
LibC+AK: Implement all sorts of wprintf variants
This commit is contained in:
parent
db7a6d6e74
commit
f0709c7a24
6 changed files with 93 additions and 37 deletions
|
@ -479,12 +479,6 @@ long double wcstold(wchar_t const*, wchar_t**)
|
|||
TODO();
|
||||
}
|
||||
|
||||
int swprintf(wchar_t*, size_t, wchar_t const*, ...)
|
||||
{
|
||||
dbgln("TODO: Implement swprintf()");
|
||||
TODO();
|
||||
}
|
||||
|
||||
int wcwidth(wchar_t wc)
|
||||
{
|
||||
if (wc == L'\0')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue