mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-11 19:25:43 +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;
|