home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / archivers / arcppc / srcpup.lha / srcpup / sys / time.h
C/C++ Source or Header  |  1998-04-08  |  107b  |  11 lines

  1. #undef BSD
  2. #define _STRICT_ANSI
  3.  
  4. #include <time.h>
  5.  
  6. #define timezone __timezone
  7.  
  8. extern long __timezone;
  9.  
  10.  
  11.