summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/wcstrings.tex
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-12-12 19:47:05 +0000
committerJeff Johnston <jjohnstn@redhat.com>2008-12-12 19:47:05 +0000
commita1631dba6c9dfa4b64927d5e8750d6b65e84de8c (patch)
tree5921795ff150169d8dbb46f5b268a0211640d3a3 /newlib/libc/string/wcstrings.tex
parentc43663737c91a02d428c3a6e37b89a94f74cd5c2 (diff)
downloadcygnal-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.tar.gz
cygnal-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.tar.bz2
cygnal-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.zip
2008-12-12 Craig Howland <howland@LGSInnovations.com>
* libc/include/wchar.h: Added wcstok() declaration. * libc/string/wcstok.c: New file, implementing wcstok. * libc/string/Makefile.am: Add wcstok support. * libc/string/wcstrings.tex: Ditto. * libc/string/Makefile.in: Regenerated.
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