Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-04-03 12:30:22 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-04-03 12:30:22 +0400
commit8ae6a3ddaaaf49ec42b43e5f5cc1936e3e1b1322 (patch)
tree3ce120a6108eb1a31167409ac2be5cdd8715948d /newlib/libc/string/wcscoll.c
parentd122b1cc731dd279337fc1f8119667e1a4356f72 (diff)
* libc/string/wcscoll.c: Fix comment.
Diffstat (limited to 'newlib/libc/string/wcscoll.c')
-rw-r--r--newlib/libc/string/wcscoll.c10
1 files changed, 5 insertions, 5 deletions
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 <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