mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
missing prototype for wcscoll (stub)
This commit is contained in:
parent
8524d6536c
commit
1c1aa32eea
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ wchar_t *wcsncat (wchar_t *, const wchar_t *, size_t);
|
|||
int wcscmp (const wchar_t *, const wchar_t *);
|
||||
int wcsncmp (const wchar_t *, const wchar_t *, size_t);
|
||||
|
||||
int wcscoll(const wchar_t *, const wchar_t *);
|
||||
size_t wcsxfrm (wchar_t *, const wchar_t *, size_t n);
|
||||
|
||||
wchar_t *wcschr (const wchar_t *, wchar_t);
|
||||
|
|
Loading…
Add table
Reference in a new issue