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