/* date.h */ EXTERN struct t_date { /* date of this version of the code as a string, set in aaaa.c */ char chDate[8]; /* version number of this version of the code, as a string set in aaaa.c */ char chVersion[8]; } date;