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