memmove(3) Library Functions Manual memmove(3) memmove - (libc -lc) #include void *memmove(size_t n; void dest[n], const void src[n], size_t n); memmove() n src dest. : src src dest dest. memmove() dest. attributes(7). +------------+------------------------------------+--------------------+ || | | +------------+------------------------------------+--------------------+ |memmove() | | MT-Safe | +------------+------------------------------------+--------------------+ C11, POSIX.1-2008. POSIX.1-2001 C89 SVr4 4.3BSD. bcopy(3), bstring(3), memccpy(3), memcpy(3), strcpy(3), strncpy(3), wmemmove(3) 3 . . : . 6.18 8 2026 memmove(3)