USG_PG3/usr/source/portc1/getch.c

getchar()
{
extern cin;
return (cgetc(cin));
}