Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <wchar.h> wchar_t *wmemmove(wchar_t *ws1, const wchar_t *ws2, size_t n); |
Description wmemmove()
copies the first n bytes of the wide character string ws2 to the first n bytes of the
wide character string ws1. The copy is performed as if the n wide characters are first copied | |
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 |
See also |
|