URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [time/] [tzvars.c] - Rev 194
Go to most recent revision | 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;
Go to most recent revision | Compare with Previous | Blame | View Log