Rev 1366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
return c;
}
return EOF;
int getchar(void)
{
unsigned char c;
if (read(0, (void *)&c , 1) == 1) {