From 8ae6a3ddaaaf49ec42b43e5f5cc1936e3e1b1322 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 3 Apr 2003 08:30:22 +0000 Subject: * libc/string/wcscoll.c: Fix comment. --- newlib/libc/string/wcscoll.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'newlib/libc/string') diff --git a/newlib/libc/string/wcscoll.c b/newlib/libc/string/wcscoll.c index fb656521a..9287af38c 100644 --- a/newlib/libc/string/wcscoll.c +++ b/newlib/libc/string/wcscoll.c @@ -6,14 +6,14 @@ INDEX wcscoll ANSI_SYNOPSIS - #include - int wcscoll(const char *<[stra]>, const char * <[strb]>); + #include + int wcscoll(const wchar_t *<[stra]>, const wchar_t * <[strb]>); TRAD_SYNOPSIS - #include + #include int wcscoll(<[stra]>, <[strb]>) - char *<[stra]>; - char *<[strb]>; + wchar_t *<[stra]>; + wchar_t *<[strb]>; DESCRIPTION <> compares the wide-character string pointed to by -- cgit v1.2.3