/*TestCode set flag saying that test code is in place * prototype in cddefines.h */ #include "cddefines.h" #include "testit.h" void TestCode(void) { # ifdef DEBUG_FUN fputs( "<+>TestCode()\n", debug_fp ); # endif /* called if test code is in place */ Testit.lgTestIt = TRUE; # ifdef DEBUG_FUN fputs( " <->TestCode()\n", debug_fp ); # endif return; }