gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:putString (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/svc.c - 5.0KB - 170 lines
128:                 if ( n < 0 ) { er = E_MACV; break; }
129:                 er = putString(wrkBuf);
130:                 break;
monitor/include/tmonitor.h - 12.5KB - 395 lines
36:  */
37: #define DSP_S(s)        putString(s)
38: #define DSP_LF          putChar('\n')