mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:57:35 +00:00
LibC: Stub out wcstof
This commit is contained in:
parent
783ddd261d
commit
e0548692ac
2 changed files with 7 additions and 0 deletions
|
@ -429,4 +429,10 @@ unsigned long long wcstoull(const wchar_t*, wchar_t**, int)
|
|||
dbgln("TODO: Implement wcstoull()");
|
||||
TODO();
|
||||
}
|
||||
|
||||
float wcstof(const wchar_t*, wchar_t**)
|
||||
{
|
||||
dbgln("TODO: Implement wcstof()");
|
||||
TODO();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue