wmemcpy.c

The libc implementation

Author

Marcel Sondaar

License

Public Domain

Summary
wmemcpy.cThe libc implementation
Functions
wmemcpyCopies the n wide characters from s2 to s1

Functions

wmemcpy

wchar_t *wmemcpy(wchar_t * _PDCLIB_restrict s1,
const wchar_t * _PDCLIB_restrict s2,
size_t n)

Copies the n wide characters from s2 to s1

Returns the value of s1

wchar_t *wmemcpy(wchar_t * _PDCLIB_restrict s1,
const wchar_t * _PDCLIB_restrict s2,
size_t n)
Copies the n wide characters from s2 to s1