gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cons_getch (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
354:                 /* Input one character */
355:                 if ((c = cons_getch(p)) < 0) break;
356:                 len = 1;
521: while (alen < len) { 522: if ((c = cons_getch(p)) < 0) break; 523: if (c == CR && p->input != RAW) c = LF;