Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement extensions on top of standards instead of the other way around. | ed | 2012-01-03 | 1 | -0/+53 |
Now that index() and rindex() have become unused, simply turn them into wrappers around strchr() and strrchr(), respectively. |