mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 21:12:29 +00:00
magic number
SCCS-file: tzfile.h SCCS-SID: 7.12
This commit is contained in:
committed by
Paul Eggert
parent
3d36969cf7
commit
ffbc3cbef4
5
tzfile.h
5
tzfile.h
@ -45,8 +45,11 @@ static char tzfilehid[] = "%W%";
|
||||
** Each file begins with. . .
|
||||
*/
|
||||
|
||||
#define TZ_MAGIC "TZif"
|
||||
|
||||
struct tzhead {
|
||||
char tzh_reserved[16]; /* reserved for future use */
|
||||
char tzh_magic[4]; /* TZ_MAGIC */
|
||||
char tzh_reserved[12]; /* reserved for future use */
|
||||
char tzh_stampcnt[4]; /* number of stamp bytes */
|
||||
char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
|
||||
char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
|
||||
|
||||
Reference in New Issue
Block a user