1 2 3 4 5
#include_next <string.h> #ifdef NEED_MEMRCHR extern void *memrchr(const void *m, int c, size_t n); #endif