copy an array of wide-characters NAME wmemmove - copy an array of wide-characters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in......the array starting at src to the array starting at dest . The arrays may not overlap; use wmemmove (3) to copy between overlapping arrays. The programmer must ensure that there …....3BSD. SEE ALSO bcopy (3), bstring (3), memccpy (3), memcpy (3), strcpy (3), strncpy (3), wmemmove (3)...IX.1-2008 TC2 wmemcmp (3) Added in POSIX.1-2008 TC2 wmemcpy (3) Added in POSIX.1-2008 TC2 wmemmove (3) Added in POSIX.1-2008 TC2 wmemset (3) Added in POSIX.1-2008 TC2 write (2) …