blob: 58fdf1957331da0d9a46a21008b2365aa2aea2b5 [file] [log] [blame] [edit]
int inbyte(void)
{
char ch = 0;
read(0, &ch, 1);
return ch;
}