PCmtScan FSM
other printErrMsg(PState);
Notes:
//exit iff (PState == EndFile || PState == Error)
// fprintf(stdout, "%cPState = %d%c",LF,PState,LF);
case InCode:{PState = ScanCode(fp); break;}
case InCmt: {PState = ScanComment(fp); break;};
case EndFile:{fprintf(stdout,
"\nEnd of Input; PState = %d;\n", PState);
"\nError:Invalid PState = %d\n", PState);