wcsncpy (3) Linux Manual Page
wcsncpy – copy a fixed-size string of wide characters
Synopsis
#include <wchar.h>
wchar_t *wcsncpy(wchar_t *dest, const wchar_t *src, size_t n);
Description
The wcsncpy() function is the wide-character equivalent of the strncpy(3) function. It copies at most n wide characters from the wide-character string pointed to by src, including the terminating null wide character (L’
