source: trunk/libs/newlib/src/newlib/libc/time/tzvars.c @ 543

Last change on this file since 543 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 160 bytes
Line 
1#include <time.h>
2
3/* Global timezone variables.  */
4
5/* Default timezone to GMT */
6char *_tzname[2] = {"GMT", "GMT"};
7int _daylight = 0;
8long _timezone = 0;
9
10
Note: See TracBrowser for help on using the repository browser.