diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-15 13:39:07 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-15 13:39:07 +0000 |
commit | 159a17c8c800f24e82ddd60ed103a76c6f275408 (patch) | |
tree | 0578786765c8c6f26eb85108b77bb9c0ba60880b /newlib/libc/string/strings.tex | |
parent | 7b011fb1927a9b0e2a33007a422d94929928f28a (diff) | |
download | cygnal-159a17c8c800f24e82ddd60ed103a76c6f275408.tar.gz cygnal-159a17c8c800f24e82ddd60ed103a76c6f275408.tar.bz2 cygnal-159a17c8c800f24e82ddd60ed103a76c6f275408.zip |
* libc/include/wchar.h (wcsdup, _wcsdup_r): Declare.
* libc/string/Makefile.am: Add wcsdup.c.
* libc/string/Makefile.in: Regenerate.
* libc/string/strings.tex: Add wcsdup documentation reference.
* libc/string/wcsdup.c: New file.
Diffstat (limited to 'newlib/libc/string/strings.tex')
-rw-r--r-- | newlib/libc/string/strings.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex index 0ad6137b6..2e2c7fd73 100644 --- a/newlib/libc/string/strings.tex +++ b/newlib/libc/string/strings.tex @@ -47,6 +47,7 @@ managing areas of memory. The corresponding declarations are in * strxfrm:: Transform string * swab:: Swap adjacent bytes * wcscasecmp:: Compare wide character strings ignoring case +* wcsdup:: Wide character string duplicate * wcsncasecmp:: Compare wide character strings ignoring case @end menu @@ -174,4 +175,7 @@ managing areas of memory. The corresponding declarations are in @include string/wcscasecmp.def @page +@include string/wcsdup.def + +@page @include string/wcsncasecmp.def |