MiniUnix/usr/source/iolib/getch.c

Find at most related files.
including files from this version of Unix.

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