mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:37:35 +00:00
LibC: Add stubs for wctype and iswctype
This commit is contained in:
parent
d364abe4d5
commit
c2b47c0676
4 changed files with 42 additions and 0 deletions
|
@ -16,6 +16,7 @@ __BEGIN_DECLS
|
|||
#endif
|
||||
|
||||
typedef __WINT_TYPE__ wint_t;
|
||||
typedef unsigned long int wctype_t;
|
||||
|
||||
size_t wcslen(const wchar_t*);
|
||||
wchar_t* wcscpy(wchar_t*, const wchar_t*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue