Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <wchar.h> wchar_t *wmemcpy(wchar_t *ws1, const wchar_t *ws2, size_t n);
|
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 |