mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
LibC: Implement wcswidth
This commit is contained in:
parent
9497cc6c97
commit
6d4d6c3e2a
2 changed files with 18 additions and 0 deletions
|
@ -63,6 +63,7 @@ float wcstof(wchar_t const*, wchar_t**);
|
|||
double wcstod(wchar_t const*, wchar_t**);
|
||||
long double wcstold(wchar_t const*, wchar_t**);
|
||||
int wcwidth(wchar_t);
|
||||
int wcswidth(wchar_t const*, size_t);
|
||||
size_t wcsrtombs(char*, wchar_t const**, size_t, mbstate_t*);
|
||||
size_t mbsrtowcs(wchar_t*, char const**, size_t, mbstate_t*);
|
||||
int wmemcmp(wchar_t const*, wchar_t const*, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue