mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:47:45 +00:00
LibC: Implement wcsdup
This commit is contained in:
parent
7a44c11378
commit
8eca395e4c
2 changed files with 15 additions and 0 deletions
|
@ -28,6 +28,7 @@ struct tm;
|
|||
|
||||
size_t wcslen(const wchar_t*);
|
||||
wchar_t* wcscpy(wchar_t*, const wchar_t*);
|
||||
wchar_t* wcsdup(const wchar_t*);
|
||||
wchar_t* wcsncpy(wchar_t*, const wchar_t*, size_t);
|
||||
__attribute__((warn_unused_result)) size_t wcslcpy(wchar_t*, const wchar_t*, size_t);
|
||||
int wcscmp(const wchar_t*, const wchar_t*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue