hello john,
i found:
errno_t __cdecl wcscpy_s(wchar_t * restrict, rsize_t, const wchar_t * restrict);
in pellec/include/wchar.h
and in the PelleHelp for wcscpy the first sentence:
"Purpose:
Copies a wide string. The safer wcscpy_s function is also available."
thomas