mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibC: Stub out wcstoul
This commit is contained in:
parent
05b283f552
commit
a65f52d8de
2 changed files with 7 additions and 0 deletions
|
@ -417,4 +417,10 @@ wchar_t* wmemmove(wchar_t* dest, const wchar_t* src, size_t n)
|
|||
|
||||
return dest;
|
||||
}
|
||||
|
||||
unsigned long wcstoul(const wchar_t*, wchar_t**, int)
|
||||
{
|
||||
dbgln("TODO: Implement wcstoul()");
|
||||
TODO();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue