摘要:
open() read() write() 样例:将旧文件复制为新文件 /** 复制一个文件 **/ #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd 阅读全文
posted @ 2022-05-06 22:42
zanerogl
阅读(162)
评论(0)
推荐(0)
浙公网安备 33010602011771号