mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
LibC: Partially implement wcwidth
This commit is contained in:
parent
a66c358c52
commit
9c29e6cde7
2 changed files with 18 additions and 0 deletions
|
@ -55,5 +55,6 @@ float wcstof(const wchar_t*, wchar_t**);
|
|||
double wcstod(const wchar_t*, wchar_t**);
|
||||
long double wcstold(const wchar_t*, wchar_t**);
|
||||
int swprintf(wchar_t*, size_t, const wchar_t*, ...);
|
||||
int wcwidth(wchar_t);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue