/* %Src=xxx-test.c %Dir=\rltraynh/c/stuff/ %Date=93/03/11-10:02am */ /* #define DEBUGGING */ #define TESTING 1 #include "stdlib.h" #include "stdio.h" #include "string.h" #ifdef __TURBOC__ /*** PC-Specific stuff goes in this block ***/ #include "conio.h" #endif #include "./tu.h" #include "./tf.h" #include "./xxx.h" char *Prog_version = "XXX-test.c (V-0.0)"; #include "./tu.c" #include "./tf.c" #include "./xxx.h" /*------------------------------------------------ Function prototypes ----*/ void Init_xxx (void); /*@PAGE*/ /*------------------------*/ int main (int argc, char *argv[]) /*------------------------*/ { int i; /** BEGIN **/ printf ("--- argc = %d\n", argc); for (i=0; i