diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-11 12:57:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-11 12:57:53 +0000 |
commit | dc48005c286d3bd25c0e881174cc72a3ab511fd7 (patch) | |
tree | acf2d973b056b592e92aec08fc2539c769e193fc /newlib/libc/string/strings.tex | |
parent | 32382e935a569058fbd94748d4d1468ab6224936 (diff) | |
download | cygnal-dc48005c286d3bd25c0e881174cc72a3ab511fd7.tar.gz cygnal-dc48005c286d3bd25c0e881174cc72a3ab511fd7.tar.bz2 cygnal-dc48005c286d3bd25c0e881174cc72a3ab511fd7.zip |
* libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.
* libc/string/Makefile.am: Add wcscasecmp.c, wcsncasecmp.c
* libc/stdio/Makefile.in: Regenerate.
* libc/string/strings.tex: Add new documentation references.
* libc/string/wcscasecmp.c: New file.
* libc/string/wcsncasecmp.c: New file.
Diffstat (limited to 'newlib/libc/string/strings.tex')
-rw-r--r-- | newlib/libc/string/strings.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex index 6750f3eb0..0ad6137b6 100644 --- a/newlib/libc/string/strings.tex +++ b/newlib/libc/string/strings.tex @@ -46,6 +46,8 @@ managing areas of memory. The corresponding declarations are in * strupr:: Convert string to upper case * strxfrm:: Transform string * swab:: Swap adjacent bytes +* wcscasecmp:: Compare wide character strings ignoring case +* wcsncasecmp:: Compare wide character strings ignoring case @end menu @page @@ -167,3 +169,9 @@ managing areas of memory. The corresponding declarations are in @page @include string/swab.def + +@page +@include string/wcscasecmp.def + +@page +@include string/wcsncasecmp.def |