摘要: 这是个简单版,直接写了,功能可以去查cplusplus #include<stdio.h> #include<assert.h> void* my_memmove(void* str1, const void* str2, size_t num) { assert(str1 && str2); vo 阅读全文
posted @ 2025-11-22 12:02 好想成为人类啊 阅读(6) 评论(0) 推荐(0)