gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:putSIO (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/console.c - 8.9KB - 293 lines
76:         if (ch == CTLC) {CTRL_C_IN++; return -1;}
77:         if (c == LF) putSIO(CR);
78:         putSIO(c);
More results from console.c
monitor/cmdsvc/src/load.c - 11.5KB - 329 lines
37: #define inputByte(tmo)  getSIO(tmo)      // input one byte
38: #define outputByte(c)   putSIO(c) // output one byte
39: