diff options
Diffstat (limited to 'newlib/libc/string/wcscoll.c')
-rw-r--r-- | newlib/libc/string/wcscoll.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/newlib/libc/string/wcscoll.c b/newlib/libc/string/wcscoll.c index fb65652..9287af3 100644 --- a/newlib/libc/string/wcscoll.c +++ b/newlib/libc/string/wcscoll.c @@ -6,14 +6,14 @@ INDEX wcscoll ANSI_SYNOPSIS - #include <string.h> - int wcscoll(const char *<[stra]>, const char * <[strb]>); + #include <wchar.h> + int wcscoll(const wchar_t *<[stra]>, const wchar_t * <[strb]>); TRAD_SYNOPSIS - #include <string.h> + #include <wchar.h> int wcscoll(<[stra]>, <[strb]>) - char *<[stra]>; - char *<[strb]>; + wchar_t *<[stra]>; + wchar_t *<[strb]>; DESCRIPTION <<wcscoll>> compares the wide-character string pointed to by |