mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-09 00:02:17 +03:00
missing prototype for wcscoll (stub)
This commit is contained in:
parent
8524d6536c
commit
1c1aa32eea
@ -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…
Reference in New Issue
Block a user