Copyright Digital Equipment Corp. All rights reserved.
Copies wide characters from source into dest. The function copies
up to a maximum of maxchar characters.
Format
#include <wchar.h>
wchar_t *wcsncpy (wchar_t *dest, const wchar_t *source, size_t
maxchar);
Function_Variants Arguments Description Return_Value