mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibC: Stub out wcstold
This commit is contained in:
parent
893d9e8741
commit
e82dc7c77a
Notes:
sideshowbarker
2024-07-18 03:10:27 +09:00
Author: https://github.com/timschumi
Commit: e82dc7c77a
Pull-request: https://github.com/SerenityOS/serenity/pull/10298
Reviewed-by: https://github.com/bgianfo ✅
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