qc.hlp (Table of Contents; Topic list)
stat
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <sys\stat.h>
 
  Structure:
 
  struct stat
  {
      dev_t st_dev;
      ino_t st_ino;
      unsigned short st_mode;
      short st_nlink;
      short st_uid;
      short st_gid;
      dev_t st_rdev;
      off_t st_size;
      time_t st_atime;
      time_t st_mtime;
      time_t st_ctime;
  };