URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [time/] [tzvars.c] - Rev 158
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