mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:47:34 +00:00
LibC: Implement wcsstr
This commit is contained in:
parent
1b078f87b7
commit
5ac2e84264
3 changed files with 51 additions and 0 deletions
|
@ -42,5 +42,6 @@ int wcscoll(const wchar_t*, const wchar_t*);
|
|||
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*);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue