home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / comprgs / osrc_149.lzh / stat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-20  |  115 b   |  7 lines

  1. /* stat.h */
  2.  
  3. struct stat {
  4.     unsigned long st_size; /* size in bytes */
  5.     unsigned long st_atime; /* filetime */
  6. };
  7.