gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:putChar (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/console.c - 8.9KB - 293 lines
93:         while ((c = *str++)) {
94:                 if (putChar(c) < 0) return -1;
95:         }
More results from console.c
monitor/cmdsvc/src/svc.c - 5.0KB - 170 lines
115:           case TM_PUTCHAR:     /* INT      tm_putchar( INT c ) */
116:                 er = putChar(p1);
117:                 break;
monitor/driver/flash/src/main.c - 6.5KB - 159 lines
61:                         c = (UB)getChar(1);
62:                         putChar(c);
63:                         putChar('\n');
More results from main.c
monitor/include/tmonitor.h - 12.5KB - 395 lines
37: #define DSP_S(s)        putString(s)
38: #define DSP_LF          putChar('\n')
39: #define DSP_SP          putChar(' ')
More results from tmonitor.h