Blob Blame History Raw
#ifndef XMEMRCHR_H
#define XMEMRCHR_H

#include "common.h"

void *xmemrchr(void *v, byte b, size_t len);

#endif