Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

wmemcpy - copy wide character string

&pagelevel(4)&pagelevel

Syntax

#include <wchar.h>

wchar_t *wmemcpy(wchar_t *ws1, const wchar_t *ws2, size_t n);

Description wmemcpy() copies the first n bytes of the wide character string ws2 to the first n bytes of the

wide character string ws1.

Return val.

Notes

Pointer to the wide character string ws1.

This version of the C runtime system only supports 1-byte characters as wide character
codes.

See also

memcmp(), wmemmove(), wmemset().