wcscat (3) Linux Manual Page
wcscat – concatenate two wide-character strings
Synopsis
#include <wchar.h>
wchar_t *wcscat(wchar_t *dest, const wchar_t *src);
Description
The wcscat() function is the wide-character equivalent of the strcat(3) function. It copies the wide-character string pointed to by src, including the terminating null wide character (L’
