Search | Google it | Results 1 - 3 of 3 for funcall:tm_putstring (0.00 seconds) |
33: #if USE_TMONITOR 34: #define TM_PUTSTRING(a) tm_putstring(a) 35:
157: #if USE_KERNEL_MESSAGE 158: tm_putstring((UB*)"\n<< SYSTEM RESTART >>\n"); 159: #endif
95: err = ConsoleIO(0, NULL); 96: tm_putstring(err >= E_OK ? "ConsoleIO - OK\n" : "ConsoleIO - ERR\n"); 97: #endif