copy memory area NAME memmove - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h>......ing operations NAME bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset - byte string operations LIBRARY Standard C library ( libc , -lc ) SYNO…...-Safe STANDARDS None. HISTORY 4.3BSD. Marked as LEGACY in POSIX.1-2001: use memcpy (3) or memmove (3) in new programs. Note that the first two arguments are interchanged for mem…...n bytes from memory area src to memory area dest . The memory areas must not overlap. Use memmove (3) if the memory areas do overlap. RETURN VALUE The memcpy () function returns…copy an array of wide-characters NAME wmemmove - copy an array of wide-characters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in.......1-2008. HISTORY POSIX.1-2001, SVr4, 4.3BSD. SEE ALSO bcopy (3), bstring (3), memcpy (3), memmove (3), strcpy (3), strncpy (3)...pcpy(mempcpy(result, o1, s1), o2, s2); return result; } SEE ALSO memccpy (3), memcpy (3), memmove (3), wmemcpy (3)...pcpy(mempcpy(result, o1, s1), o2, s2); return result; } SEE ALSO memccpy (3), memcpy (3), memmove (3), wmemcpy (3)