语法:
#include <cstring> void *memmove( void *to, const void *from, size_t count );
memmove() 功能和 memcpy()一样,但即使to和from重叠它依然可以工作。
相关主题: memcpy, memset