struct stat;
Description
Members
Defined in stat
:
Member data
dev_t st_dev;
Description
ino_t st_ino;
Description
mode_t st_mode;
Description
short st_nlink;
Description
uid_t st_uid;
Description
gid_t st_gid;
Description
dev_t st_rdev;
Description
off_t st_size;
Description
time_t st_atime;
Description
int st_spare1;
Description
time_t st_mtime;
Description
int st_spare2;
Description
time_t st_ctime;
Description
int st_spare3;
Description
long st_blksize;
Description
long st_blocks;
Description
long st_spare4[2];
Description