Search | Google it | Results 1 - 4 of 4 for funcall:putChar (0.00 seconds) |
93: while ((c = *str++)) { 94: if (putChar(c) < 0) return -1; 95: }
115: case TM_PUTCHAR: /* INT tm_putchar( INT c ) */ 116: er = putChar(p1); 117: break;
61: c = (UB)getChar(1); 62: putChar(c); 63: putChar('\n');
37: #define DSP_S(s) putString(s) 38: #define DSP_LF putChar('\n') 39: #define DSP_SP putChar(' ')