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

Definition   

#include <wchar.h>

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

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.

Pointer to the wide character string ws1.

Note

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

See also

memcmp, wmemmove, wmemset