memmove and memcpy demo
摘要:
memmove内存有重叠,保证源字符串被覆盖之前,拷贝到目的川 memcpy不保证 最好用memmove #include <stdio.h> #include <stdlib.h> #include <string.h> #include <pthread.h> int main() { char 阅读全文
posted @ 2020-03-04 00:37 luckygxf 阅读(179) 评论(0) 推荐(0) 编辑