summaryrefslogtreecommitdiffstats
path: root/sys/libkern/strchr.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement extensions on top of standards instead of the other way around.ed2012-01-031-0/+52
Now that index() and rindex() have become unused, simply turn them into wrappers around strchr() and strrchr(), respectively.
OpenPOWER on IntegriCloud