only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / src / string / memrchr.c
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...