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:26:07 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-04-03 12:26:07 +0400
commitd122b1cc731dd279337fc1f8119667e1a4356f72 (patch)
treed0b96a3aff7c13f4fe9015dcc054c436e2bb8aa6 /newlib/libc/string/wcstrings.tex
parentd5292d66a4988dd92c5f844b4a2874b4e69b9e2b (diff)
* libc/include/wchar.h: Add definition for wcscoll.
* libc/string/Makefile.am: Add wcscoll.c. * libc/string/Makefile.in: Regenerated. * libc/string/wcscoll.c: New file. * libc/string/wcstrings.tex: Add wcscoll.
Diffstat (limited to 'newlib/libc/string/wcstrings.tex')
-rw-r--r--newlib/libc/string/wcstrings.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/wcstrings.tex b/newlib/libc/string/wcstrings.tex
index ccd029f49..7c72eab54 100644
--- a/newlib/libc/string/wcstrings.tex
+++ b/newlib/libc/string/wcstrings.tex
@@ -14,6 +14,7 @@ declarations are in @file{wchar.h}.
* wcscat:: Concatenate wide-character strings
* wcschr:: Search for wide-character in string
* wcscmp:: Wide-character string compare
+* wcscoll:: Locale specific Wide-character string compare
* wcscpy:: Copy wide-character string
* wcscspn:: Count wide-chars not in string
* wcslcat:: Concatenate wide-character strings to specified length
@@ -53,6 +54,9 @@ declarations are in @file{wchar.h}.
@include string/wcscmp.def
@page
+@include string/wcscoll.def
+
+@page
@include string/wcscpy.def
@page