void get_arg(argc,argv) /* !! Process command line */ int argc; char *argv[]; { register int i, j; char *ch; int nfiles; int more; static char head[] = "\ PREPROC: %s\n"; static char help[] = "\n\ pre [-options ...] input_filename \n\n\ Options (defaults):\n\ c = use data check routine\n\ d = increment debug print level (0=none)\n\ e = echo input file (false)\n\ h = this help screen\n\ r = show all reports (standard reports)\n\ "; printf(head,codeVers); nfiles = 0; if (argc == 1) { printf(help); exit(0); } for(i=1; i