mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +00:00
LibC: Implement wmemchr
This commit is contained in:
parent
5ac2e84264
commit
0ca1df4dc6
3 changed files with 43 additions and 0 deletions
|
@ -43,5 +43,6 @@ int wctob(wint_t);
|
|||
int mbsinit(const mbstate_t*);
|
||||
wchar_t* wcspbrk(const wchar_t*, const wchar_t*);
|
||||
wchar_t* wcsstr(const wchar_t*, const wchar_t*);
|
||||
wchar_t* wmemchr(const wchar_t*, wchar_t, size_t);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue