wcscpy (3) Linux Manual Page
wcscpy – copy a wide-character string
Synopsis
#include <wchar.h>
wchar_t *wcscpy(wchar_t *dest, const wchar_t *src);
Description
The wcscpy() function is the wide-character equivalent of the strcpy(3) function. It copies the wide-character string pointed to by src, including the terminating null wide character (L’
