摘要: 一 mmap用于映射文件的读写 #include <stdio.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include 阅读全文
posted @ 2022-02-09 20:50 行者行者行者 阅读(84) 评论(0) 推荐(0)