URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libc/] [time/] [tzvars.c] - Rev 9
Compare with Previous | Blame | View Log
#include <time.h> /* Global timezone variables. */ /* Default timezone to GMT */ char *_tzname[2] = {"GMT", "GMT"}; int _daylight = 0; long _timezone = 0;