39
39
#define TZ_MAGIC "TZif"
42
uchar tzh_magic[4]; /* TZ_MAGIC */
43
uchar tzh_reserved[16]; /* reserved for future use */
44
uchar tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
45
uchar tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
46
uchar tzh_leapcnt[4]; /* coded number of leap seconds */
47
uchar tzh_timecnt[4]; /* coded number of transition times */
48
uchar tzh_typecnt[4]; /* coded number of local time types */
49
uchar tzh_charcnt[4]; /* coded number of abbr. chars */
42
unsigned char tzh_magic[4]; /* TZ_MAGIC */
43
unsigned char tzh_reserved[16]; /* reserved for future use */
44
unsigned char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
45
unsigned char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
46
unsigned char tzh_leapcnt[4]; /* coded number of leap seconds */
47
unsigned char tzh_timecnt[4]; /* coded number of transition times */
48
unsigned char tzh_typecnt[4]; /* coded number of local time types */
49
unsigned char tzh_charcnt[4]; /* coded number of abbr. chars */