home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / archivers / amignutar / src / sasinclude / sys / time.h < prev    next >
C/C++ Source or Header  |  1998-04-23  |  114b  |  8 lines

  1. #ifndef _TIME_
  2. #include <time.h>
  3. #endif /* _TIME_ */
  4.  
  5. #ifndef _TIMEB_
  6. #include <sys/timeb.h>
  7. #endif /* _TIMEB_ */
  8.