会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sm1le
博客园
联系
订阅
管理
公告
2022年4月30日
文件系统
摘要: 1.stat/lstat函数: 需要头文件:#include <sys/stat.h> int stat(const char* path, struct stat* buf) 参数: path:文件路径 buf:存放文件属性 返回值: 成功:0 失败:-1 errno 获取文件大小:buf.st_
阅读全文
posted @ 2022-04-30 21:10 sm1le
阅读(24)
评论(0)
推荐(0)