diff options
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 |