mirror of
https://github.com/diegocr/libnix.git
synced 2025-12-08 14:58:32 +00:00
6 lines
105 B
C
6 lines
105 B
C
/* Greenwich mean time offset and daylight savings time flag
|
|
*/
|
|
|
|
long __gmtoffset=0;
|
|
int __dstflag=0;
|