#include <string.h> void *memmove(void *to, const void *from, size_t count);
memmove() count , from, , to. , , .. to, from .
memmove() to.