wcscpy(3C) DG/UX R4.11MU05 wcscpy(3C)
NAME
wcscpy - copy a wide character string
SYNOPSIS
#include <wchar.h>
wchart *wcscpy(wchart *ws1,const wchart *ws2);
DESCRIPTION
wcscpy copies the wide string ws2 to the array ws1, stopping after
the null wide character has been copied. The behavior is undefined if
copying occurs between overlapping objects.
Return Value
wcscpy returns ws1.
USAGE
Overlapping moves may cause unexpected results because the movement
of wide character codes is implementation-dependent.
REFERENCES
wcsncpy(3C)
Licensed material--property of copyright holder(s)