X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fwchar.h;h=f53621065438f06d96373cc733ac4947c4399542;hp=74f830dff31d50f4fdc164fe4e9aa53d19c6f9ab;hb=28bde3b78746c4f773600c415fbc740efec4e311;hpb=e18b56382154fe1c5803f6b9ee36e2991174c037 diff --git a/include/wchar.h b/include/wchar.h index 74f830df..f5362106 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -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);