Copyright Digital Equipment Corp. All rights reserved.

wmemmove

   Copies a specified number of wide characters from one wide-
   character array to another.

   Format

     #include  <wchar.h>

     wchar_t wmemmove  (wchar_t *dest, const wchar_t *source, size_t n);
 


Additional information available:

Function_Variants               Arguments       Description     Return_Value