qc.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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;
  };