implement memrchr (nonstandard) and optimize strrchr in terms of it
authorRich Felker <dalias@aerifal.cx>
Wed, 13 Apr 2011 12:36:29 +0000 (08:36 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Apr 2011 12:36:29 +0000 (08:36 -0400)
commit6597f9ac133fd4f47dea307d6260fd52eae77816
tree980c26e132ffeb5f1d6d5a8bec383c61cb0550bf
parent750b738e53f799443fcfcd3a0751318c072a022f
implement memrchr (nonstandard) and optimize strrchr in terms of it
include/string.h
src/string/memrchr.c [new file with mode: 0644]
src/string/strrchr.c