UNIXworkcode

#include <string.h> int main() { const char *r = memrchr("tester", 'e', 6); return !(r != NULL); }