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 df6edc47c..04a95f6de 100644
--- a/newlib/libc/string/wcstrings.tex
+++ b/newlib/libc/string/wcstrings.tex
@@ -29,6 +29,7 @@ declarations are in @file{wchar.h}.
* wcsspn:: Find initial match in wide-character string
* wcsstr:: Find wide-character string segment
* wcswidth:: Number of column positions of a wide-character string
+* wcsxfrm:: Locale-specific wide-character string transformation
* wcwidth:: Number of column positions of a wide-character code
@end menu
@@ -102,5 +103,8 @@ declarations are in @file{wchar.h}.
@include string/wcswidth.def
@page
+@include string/wcsxfrm.def
+
+@page
@include string/wcwidth.def