wcscat() Function in Arduino

use strcat()

char wcs[80] = "";

strcat(wcs, "these");

strcat(wcs, " wide strings ");