C stat struct does not have st_ctime field but only st_ctim
问题 I've now been googleing this for about two hours, yet I was unable to find any answers that helped. The definition of 'stat' as spcified in the manpage says that a st_ctime field exists. struct stat { dev_t st_dev; /* ID of device containing file */ ino_t st_ino; /* inode number */ mode_t st_mode; /* protection */ nlink_t st_nlink; /* number of hard links */ uid_t st_uid; /* user ID of owner */ gid_t st_gid; /* group ID of owner */ dev_t st_rdev; /* device ID (if special file) */ off_t st