diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-08 18:38:51 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-06-08 18:38:51 +0000 |
commit | 6fb374754dff1fbbe28b513b57caedc62e9a7cee (patch) | |
tree | 1fb6bb0f26b02fcf53c2d5736343d49ffe7ddc50 /newlib/libc/string/strings.tex | |
parent | 75715938641f75ab4e715fb7310683628097fd44 (diff) | |
download | cygnal-6fb374754dff1fbbe28b513b57caedc62e9a7cee.tar.gz cygnal-6fb374754dff1fbbe28b513b57caedc62e9a7cee.tar.bz2 cygnal-6fb374754dff1fbbe28b513b57caedc62e9a7cee.zip |
2007-06-08 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/strcasestr.c: New file.
* libc/include/string.h: Add strcasestr.
* libc/string/strings.tex: Add strcasestr.
* libc/string/Makefile.am: Ditto.
* libc/string/Makefile.in: Regenerated.
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 3ca732f79..5d43fd56b 100644 --- a/newlib/libc/string/strings.tex +++ b/newlib/libc/string/strings.tex @@ -19,6 +19,7 @@ managing areas of memory. The corresponding declarations are in * memset:: Set an area of memory * rindex:: Reverse search for character in string * strcasecmp:: Compare strings ignoring case +* strcasestr:: Find string segment ignoring case * strcat:: Concatenate strings * strchr:: Search for character in string * strcmp:: Character string compare @@ -84,6 +85,9 @@ managing areas of memory. The corresponding declarations are in @include string/strcasecmp.def @page +@include string/strcasestr.def + +@page @include string/strcat.def @page |