/* testit.h */ EXTERN struct t_Testit { int lgTestIt, lgTestOn; } Testit; /* *flag lgTestIt turned on if routine TestCode ever called, only generates *comment that test code is in place *flag lgTestOn set true for some test code to be run somewhere */