#ifndef XMEMRCHR_H#define XMEMRCHR_H #include "common.h" void *xmemrchr(void *v, byte b, size_t len); #endif