home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 317a.lha / RCS / diff / stat.h < prev    next >
C/C++ Source or Header  |  1989-12-05  |  98b  |  9 lines

  1. #include <fcntl.h>
  2.  
  3. struct stat {
  4.     long st_attr;
  5.     long st_mtime;
  6.     long st_size;
  7.     long st_type;
  8. };
  9.