Other Alias
wcslcpyLIBRARY
Lb libbsdSYNOPSIS
In bsd/wchar.h Ft size_t Fn wcslcat wchar_t *s1 const wchar_t *s2 size_t n Ft size_t Fn wcslcpy wchar_t *s1 const wchar_t *s2 size_t nDESCRIPTION
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as strlcpy(3).STANDARDS
Fn wcslcat and Fn wcslcpy , which are BSD extensions.