NAME memmove - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include void *memmove ... size_t n ); DESCRIPTION The memmove () function copies n bytes from …bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset - byte string operations LIBRARY Standard ... void needle [. needlelen ], size_t needlelen ); void *memmove…memory areas must not overlap. Use memmove (3) if the memory areas do overlap. RETURN ... older" memcpy () implementation that was aliased to memmove (3)). SEE ALSO bcopy (3), bstr…LEGACY in POSIX.1-2001: use memcpy (3) or memmove (3) in new programs. Note that ... arguments are interchanged for memcpy (3) and memmove (3). POSIX.1-2008 removes the specificati…wide-character equivalent of the memmove (3) function. It copies n wide characters from ... POSIX.1-2008. HISTORY POSIX.1-2001, C99. SEE ALSO memmove (3), wmemcpy