免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1701 | 回复: 5
打印 上一主题 下一主题

求助:struct stat是在哪定义的?谢谢 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-02-21 11:48 |只看该作者 |倒序浏览
同上

论坛徽章:
1
2015年辞旧岁徽章
日期:2015-03-03 16:54:15
2 [报告]
发表于 2005-02-21 11:55 |只看该作者

求助:struct stat是在哪定义的?谢谢

  1. cd /usr/include
  2. grep "struct stat" *
  3. grep "struct stat" */*
复制代码

论坛徽章:
1
15-16赛季CBA联赛之四川
日期:2016-02-15 17:12:32
3 [报告]
发表于 2005-02-21 11:56 |只看该作者

求助:struct stat是在哪定义的?谢谢

sys/stat.h?

论坛徽章:
0
4 [报告]
发表于 2005-02-21 15:53 |只看该作者

求助:struct stat是在哪定义的?谢谢

谢谢楼上两位,没找到呀

论坛徽章:
0
5 [报告]
发表于 2005-02-21 15:59 |只看该作者

求助:struct stat是在哪定义的?谢谢

一般都是在usr/include/sys下面!否则去/usr/include找!
你确定找不到??
你用的什么系统?

论坛徽章:
0
6 [报告]
发表于 2005-02-22 13:35 |只看该作者

求助:struct stat是在哪定义的?谢谢

man stat



STAT(2)                          System calls                          STAT(2)

NAME
       stat, fstat, lstat - get file status

SYNOPSIS
       #include <sys/types.h>;
       #include <sys/stat.h>;
       #include <unistd.h>;

       int stat(const char *file_name, struct stat *buf);
       int fstat(int filedes, struct stat *buf);
       int lstat(const char *file_name, struct stat *buf);

DESCRIPTION
...



所以包含
#include <sys/types.h>;
#include <sys/stat.h>;
#include <unistd.h>;
这3个头文件 应该就可以了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP