home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d281 / diff.lha / 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.