gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:getChar (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/svc.c - 5.0KB - 170 lines
111:           case TM_GETCHAR:     /* INT      tm_getchar( INT wait ) */
112:                 er = getChar(p1);
113:                 break;
monitor/driver/flash/src/main.c - 6.5KB - 159 lines
60:                         DSP_S("OK (y/n)? ");
61:                         c = (UB)getChar(1);
62:                         putChar(c);