mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
LibC: Stub out wcstold
This commit is contained in:
parent
893d9e8741
commit
e82dc7c77a
2 changed files with 7 additions and 0 deletions
|
@ -441,4 +441,10 @@ double wcstod(const wchar_t*, wchar_t**)
|
|||
dbgln("TODO: Implement wcstod()");
|
||||
TODO();
|
||||
}
|
||||
|
||||
long double wcstold(const wchar_t*, wchar_t**)
|
||||
{
|
||||
dbgln("TODO: Implement wcstold()");
|
||||
TODO();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue