#include <tzfile.h>
Data Fields | |
char | tzh_magic [4] |
char | tzh_version [1] |
char | tzh_reserved [15] |
char | tzh_ttisgmtcnt [4] |
char | tzh_ttisstdcnt [4] |
char | tzh_leapcnt [4] |
char | tzh_timecnt [4] |
char | tzh_typecnt [4] |
char | tzh_charcnt [4] |
Definition at line 33 of file tzfile.h.
char tzhead::tzh_charcnt[4] |
Definition at line 43 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_leapcnt[4] |
Definition at line 40 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_magic[4] |
Definition at line 35 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_reserved[15] |
Definition at line 37 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_timecnt[4] |
Definition at line 41 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_ttisgmtcnt[4] |
Definition at line 38 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_ttisstdcnt[4] |
Definition at line 39 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_typecnt[4] |
Definition at line 42 of file tzfile.h.
Referenced by writezone().
char tzhead::tzh_version[1] |
Definition at line 36 of file tzfile.h.
Referenced by writezone().