URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [time/] [tzvars.c] - Rev 207
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;