/* fudgec.h */ /* *parameters set with fudge command *used to pass parameters to temporary parts of code */ #define NFUDGC 10 EXTERN struct t_fudgec { float fudgea[NFUDGC]; long int nfudge; } fudgec;