摘要: /* 打开一个已经存在的文件 #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int open(const char *pathname, int flags); 参数: pathname: 文件路径 flags: 文件 阅读全文
posted @ 2023-04-23 22:06 WTSRUVF 阅读(12) 评论(0) 推荐(0) 编辑