From a1631dba6c9dfa4b64927d5e8750d6b65e84de8c Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 12 Dec 2008 19:47:05 +0000 Subject: 2008-12-12 Craig Howland * 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. --- newlib/libc/string/wcstrings.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newlib/libc/string/wcstrings.tex') 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 @@ -107,6 +108,9 @@ declarations are in @file{wchar.h}. @page @include string/wcsstr.def +@page +@include string/wcstok.def + @page @include string/wcswidth.def -- cgit v1.2.3