home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / vbcc / machines / amiga68k / libsrc / time / __gmtoffset.c next >
Encoding:
Text File  |  1998-06-24  |  105 b   |  6 lines

  1. /* Greenwich mean time offset and daylight savings time flag 
  2.  */
  3.  
  4. long __gmtoffset=0;
  5. int  __dstflag=0;
  6.