Copies a specified number of bytes from one object to another. Format #include <string.h> void *memmove (void *dest, const void *source, size_t size);