摘要: #include<stdio.h> #include<stdlib.h> int main() { int ret = rename("./file_mmap","/root/file_mmap"); if(ret<0) { perror("rename error\n"); } /*** (1) 阅读全文
posted @ 2020-04-22 00:59 卷哭你 阅读(1771) 评论(0) 推荐(0) 编辑