K 10 svn:author V 7 chebert K 8 svn:date V 27 2007-02-01T11:22:12.236845Z K 7 svn:log V 474 Updated getcode.c to include printouts to stderr when default values were used. Syntax for the stderr was gathered from a CS70 program I still had filed. The code was possibly written by Professor Stone (and converted for other uses by us). Relevant code fragments: default : { fprintf(stderr, "Unrecognized option %s\n", argv[argNo]); usage(argv[0]); } /* Emit a dot for each frame computed, to show progress */ printf("."); fflush(stdout); } END