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