home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff281.lzh / Diff / stat.h < prev    next >
C/C++ Source or Header  |  1989-11-20  |  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.