Files
2010-07-27 16:58:17 +00:00

6 lines
105 B
C

/* Greenwich mean time offset and daylight savings time flag
*/
long __gmtoffset=0;
int __dstflag=0;