#pragma once #include "stdint.h" /* ============================================================================= memchr.c -- global functions ============================================================================= */ extern void *memchr(void *vp, int8_t c, int16_t n);