1 2 3 4 5 6
#include "memory.h" wchar_t *wcspcpy(wchar_t *destination, wchar_t const *source) { return wrawmemccpy(destination, source, L'\0') - 1; }