/* Include file for use with decode.c #include this file in your program and link with decode.c */ struct archive_rec { long int IHD[9]; float HEAD[23]; long int ISTAT[8]; float HOUS[15]; long int MEPI[2]; long int MEP[4][19]; long int IHEP[2][11]; float TED[4][18]; float TEDFX[4]; }; struct input_rec { long int IHD_Msec; long int JHEAD[22]; long int JTEDFX[4]; short int JHOUS[15]; short int IHD[8]; short int ISTAT_P[2]; unsigned char Index_MEPI[2]; unsigned char Index_MEP[4][19]; unsigned char Index_IHEP[2][11]; unsigned char Index_TED[4][18]; unsigned char Prog_Ver; } ; void decode (struct input_rec in_p_,struct archive_rec *rec_);