comparison src/vmstime.h @ 2174:19cda372de6e

Initial revision
author Jim Blandy <jimb@redhat.com>
date Sun, 14 Mar 1993 22:49:14 +0000
parents
children 2c7e0875f6d0
comparison
equal deleted inserted replaced
2173:d4bbcd4b1378 2174:19cda372de6e
1 #ifndef vmstime_h
2 #define vmstime_h
3
4 #include <time.h>
5 #include <libdtdef.h>
6
7 extern long timezone;
8 extern int daylight;
9 extern char *tzname[2];
10
11 void sys_tzset();
12 struct tm *sys_localtime(time_t *clock);
13 struct tm *sys_gmtime(time_t *clock);
14
15 #endif /* vmstime_h */