memmove()

頭文件:#include<string.h>函數

源函數:
void *memmove( void* dest, const void* src, size_t count );
//從src所指向的位置複製count個字節到dest所指向的位置
相關文章
相關標籤/搜索