Copyright Digital Equipment Corp. All rights reserved.
Copies the wide-character string source, including the
terminating null character, into dest.
Format
#include <wchar.h>
wchar_t *wcscpy (wchar_t *dest, const wchar_t *source);
Function_Variants Arguments Description Return_Value