1
0
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:
Arthur David Olson
1997-11-20 17:34:40 -05:00
committed by Paul Eggert
parent 3d36969cf7
commit ffbc3cbef4

View File

@ -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 */