Copies a specified number of wide characters from one wide- character array to another. Format #include <wchar.h> wchar_t wmemcpy (wchar_t *dest, const wchar_t *source, size_t n);