예제 #1
0
파일: console.c 프로젝트: epicsdeb/rtems
static int bsp_in_char(void)
{
  int tmp;

  while ((tmp = console_inbyte_nonblocking(0)) < 0);
  return tmp;
}
예제 #2
0
파일: console-io.c 프로젝트: Fyleo/rtems
int csb250_get_char(void)
{
  return console_inbyte_nonblocking(0);
}