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