wcscpy.c

The libc implementation

Author

Marcel Sondaar

License

Public Domain

Summary
wcscpy.cThe libc implementation
Functions
wcscpyCopies the null terminated wide string s2 to s1

Functions

wcscpy

wchar_t *wcscpy(wchar_t * _PDCLIB_restrict s1,
const wchar_t * _PDCLIB_restrict s2)

Copies the null terminated wide string s2 to s1

Returns the value of s1

wchar_t *wcscpy(wchar_t * _PDCLIB_restrict s1,
const wchar_t * _PDCLIB_restrict s2)
Copies the null terminated wide string s2 to s1