摘要: 1 open打开文件 打开文件 int open(const char *pathname, int flags); 创建文件 int open(const char *pathname, int flags, mode_t mode); 关闭文件 int close(int fd); 不是重载,C 阅读全文
posted @ 2022-10-25 21:32 DaleLee 阅读(87) 评论(0) 推荐(0)