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 018a4d846..298d2bc71 100644
--- a/newlib/libc/string/wcstrings.tex
+++ b/newlib/libc/string/wcstrings.tex
@@ -30,6 +30,7 @@ declarations are in @file{wchar.h}.
* wcsrchr:: Reverse search for wide character in string
* wcsspn:: Find initial match in wide-character string
* wcsstr:: Find wide-character string segment
+* wcstok:: Tokenize wide-character string
* 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
@@ -108,6 +109,9 @@ declarations are in @file{wchar.h}.
@include string/wcsstr.def
@page
+@include string/wcstok.def
+
+@page
@include string/wcswidth.def
@page