summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/wcstrings.tex
diff options
context:
space:
mode:
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