qc.hlp (Table of Contents; Topic list)
utimbuf
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <sys\utime.h>
 
  Structure:
 
  struct utimbuf
  {
      time_t actime;     // Access time
      time_t modtime;    // Modification time
  };