summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/wcstrings.tex
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-12-19 17:33:12 +0000
committerCorinna Vinschen <corinna@vinschen.de>2007-12-19 17:33:12 +0000
commitac26b7272357d9e3fced9dc24351cbb69f13d6fb (patch)
tree215f3d9840acd0a5a4a5431f8b93e0749a94d49a /newlib/libc/string/wcstrings.tex
parent478df8bb912080e5b1d6aa39fb8a58cddcfc6567 (diff)
downloadcygnal-ac26b7272357d9e3fced9dc24351cbb69f13d6fb.tar.gz
cygnal-ac26b7272357d9e3fced9dc24351cbb69f13d6fb.tar.bz2
cygnal-ac26b7272357d9e3fced9dc24351cbb69f13d6fb.zip
* libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy.
* libc/string/Makefile.am (ELIX_SOURCES): Add wcpcpy.c and wcpncpy.c. (CHEWOUT_FILES): Add wcpcpy.def and wcpncpy.def. * libc/string/Makefile.in: Regenerate. * libc/string/wcpcpy.c: New file. * libc/string/wcpncpy.c: New file. * libc/string/wcstrings.tex: Add wcpcpy and wcpncpy.
Diffstat (limited to 'newlib/libc/string/wcstrings.tex')
-rw-r--r--newlib/libc/string/wcstrings.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/string/wcstrings.tex b/newlib/libc/string/wcstrings.tex
index 04a95f6de..018a4d846 100644
--- a/newlib/libc/string/wcstrings.tex
+++ b/newlib/libc/string/wcstrings.tex
@@ -16,6 +16,7 @@ declarations are in @file{wchar.h}.
* wcscmp:: Wide-character string compare
* wcscoll:: Locale-specific wide-character string compare
* wcscpy:: Copy wide-character string
+* wcpcpy:: Copy a wide-character string returning a pointer to its end
* wcscspn:: Count wide characters not in string
* wcslcat:: Concatenate wide-character strings to specified length
* wcslcpy:: Copy wide-character string to specified length
@@ -23,6 +24,7 @@ declarations are in @file{wchar.h}.
* wcsncat:: Concatenate wide-character strings
* wcsncmp:: Wide-character string compare
* wcsncpy:: Counted copy wide-character string
+* wcpncpy:: Copy part of a wide-character string returning a pointer to its end
* wcsnlen:: Wide-character string length with maximum limit
* wcspbrk:: Find wide characters in string
* wcsrchr:: Reverse search for wide character in string
@@ -64,6 +66,9 @@ declarations are in @file{wchar.h}.
@include string/wcscpy.def
@page
+@include string/wcpcpy.def
+
+@page
@include string/wcscspn.def
@page
@@ -85,6 +90,9 @@ declarations are in @file{wchar.h}.
@include string/wcsncpy.def
@page
+@include string/wcpncpy.def
+
+@page
@include string/wcsnlen.def
@page