work around gcc 4.8's generation of self-referential mem* functions at -O3
[oweals/musl.git] / src / string / memrchr.c
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...