Explorar o código

missing prototype for wcscoll (stub)

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
1c1aa32eea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/wchar.h

+ 1 - 0
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);