Search | Google it | Results 1 - 1 of 1 for funcall:putChar from tkernel_2/monitor/include/tmonitor.h (0.00 seconds) |
37: #define DSP_S(s) putString(s) 38: #define DSP_LF putChar('\n') 39: #define DSP_SP putChar(' ') 40: #define DSP_CH(c) putChar(c) 41: #define DSP_02X(x) putHex2(x)