1 /*****************************************************************************
2 
3 	TypESt()
4 
5 	This function types the erroneous command string.
6 
7 *****************************************************************************/
8 
9 #include "zport.h"		/* define portability identifiers */
10 #include "tecoc.h"		/* define general identifiers */
11 #include "defext.h"		/* define external global variables */
12 #include "dchars.h"		/* define identifiers for characters */
13 
TypESt()14 VVOID TypESt()			/* type erroneous command str */
15 {
16 	TypBuf(CStBeg,CBfPtr);
17 	ZDspBf("?\r\n", 3);
18 }
19