The libc implementation
Marcel Sondaar
Public Domain
#include <wchar.h> wchar_t *wcsncat(wchar_t * _PDCLIB_restrict s1,const wchar_t * _PDCLIB_restrict s2,size_t n)
Appends atmost n characters of s2 to the end of s1
Returns the value of s1