当前位置: 技术问答>linux和unix
linux 下如何查dirent结构中的内容
来源: 互联网 发布时间:2015-08-09
本文导语: 有比较好的文档吗,在windows中也可以用的 | #include struct dirent { ino_t d_ino; ff_t d_off; signed short int d_reclen; unsigned char d_type; char d_name[256]; };
有比较好的文档吗,在windows中也可以用的
|
#include
struct dirent
{
ino_t d_ino;
ff_t d_off;
signed short int d_reclen;
unsigned char d_type;
char d_name[256];
};
struct dirent
{
ino_t d_ino;
ff_t d_off;
signed short int d_reclen;
unsigned char d_type;
char d_name[256];
};