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