系统编程
摘要:
文件操作: 1.open&close函数: 包含头文件: #include <unistd.h> open函数头文件 #include <fcntl.h> 参数头文件 #include <errno.h> 错误信息头文件,strerror(errno)显示错误信息 int fd = open(文件名 阅读全文
posted @ 2022-04-29 21:21 sm1le 阅读(64) 评论(0) 推荐(0) 编辑