会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
嵌入式George
首页
联系
管理
2020年7月1日
linux应用进化之路-文件IO
摘要: Linux中设备的访问也以一切皆文件的思想存在,所以文件I/O是最常用的接口。 头文件 #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> open函数 int open(const char *pathname, int
阅读全文
posted @ 2020-07-01 10:47 嵌入式George
阅读(138)
评论(0)
推荐(0)
公告