最終更新:2013-02-14 (木) 07:10:30 (4083d)  

memmove
Top / memmove

メモリ領域をコピーする

void *memmove(void *dest, const void *src, size_t n);