Search | Google it | Results 1 - 2 of 2 for funcall:putHex2 (0.00 seconds) |
114: { 115: if (putHex2(val >> 8) < 0) return -1; 116: if (putHex2(val >> 0) < 0) return -1;
40: #define DSP_CH(c) putChar(c) 41: #define DSP_02X(x) putHex2(x) 42: #define DSP_04X(x) putHex4(x)