gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tm_getchar (0.01 seconds)
tkernel_2
kernel/sysmain/src/usermain.c - 5.0KB - 188 lines
164:         tm_putstring((UB*)"Push any key to shutdown the T-Kernel.\n");
165:         tm_getchar(-1);
166: 
lib/libtm/src/_getchar.c - 679B - 25 lines
23: {
24:         return tm_getchar(1);
25: }