gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ConsoleIO from tkernel_2/kernel/sysmain/src/usermain.c (0.00 seconds)
tkernel_2
kernel/sysmain/src/usermain.c - 5.0KB - 188 lines
133: #ifdef DRV_CONSOLE
134:         ercd = ConsoleIO(0, NULL);
135:         tm_putstring(ercd >= E_OK ? "ConsoleIO - OK\n" : "ConsoleIO - ERR\n");
183: #ifdef DRV_CONSOLE 184: ConsoleIO(-1, NULL); 185: #endif