From dc48005c286d3bd25c0e881174cc72a3ab511fd7 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 11 Mar 2009 12:57:53 +0000 Subject: * 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. --- newlib/libc/string/strings.tex | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'newlib/libc/string/strings.tex') 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 -- cgit v1.2.3