18 struct InterpreterIORedir {
20 void (*InString)(
char *, uint16_t);
21 void (*OutString)(
char *);
22 void (*OutChar)(char);
23 void (*OutUDec)(uint32_t);
24 void (*OutSDec)(long);
25 void (*OutUHex)(uint32_t);
28 extern struct InterpreterIORedir *InterpreterIO;
void Interpreter(void)
Interpreter.