/* broke.h */ EXTERN struct t_broke { /* logical flag saying that the code is broken, set by calling broken(); * causes a warning to be printed at the end of the calculation. prototype * is in cddefines.h */ int lgBroke; /* flag set with call to fixit(), says that code needs attention, but not * broken. only causes a caution. */ int lgFixit; } broke;