会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sm1le
博客园
联系
订阅
管理
公告
2022年4月29日
系统编程
摘要: 文件操作: 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
阅读(92)
评论(0)
推荐(0)