Search | Google it | Results 1 - 3 of 3 for funcall:tm_putchar from tkernel_2 (0.00 seconds) |
46: while ( len-- > 0 ) { 47: tm_putchar(*s++); 48: }
23: { 24: return ( tm_putchar(c) < 0 )? -1: 1; 25: }
283: par->len += len; 284: while (--len >= 0) tm_putchar(*str++); 285: #else