/* ============================================================================= memcmp.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern int16_t memcmp(void *vp1, void *vp2, int16_t n);