Table of Contents
wcscat
C Sourcecode Example
output
wcscat
#include <wchar.h> wchar_t *wcscat(wchar_t *restrict, const wchar_t *restrict);
return value
C Sourcecode Example
no example yet
output