摘要: #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int main(int argc,char *argv[]) { int srcfd = o 阅读全文
posted @ 2022-06-02 17:37 OXYGEN1 阅读(61) 评论(0) 推荐(0)