summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/strrchr.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid more compiler warnings.Eric Blake2007-05-291-1/+1
| | | | | | | | | * libc/stdlib/btowc.c: Add missing header. * libc/stdlib/getopt.c (getopt_internal): Initialize variable. * libc/stdlib/system.c (do_system) [__CYGWIN__]: Add declaration. * libc/stdlib/wctob.c: Add missing header. * libc/string/strcpy.c (strcpy): Avoid warnings. * libc/string/strrchr.c (strrchr): Likewise.
* 2001-05-04 Earnie Boyd <earnie@users.sourceforge.net>Jeff Johnston2001-05-041-8/+6
| | | | * libc/string/strrchr.c: Use strchr for the speed improvements.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+61