date and time created 83/05/27 14:57:15 by layer
[unix-history] / usr / src / games / trek / cgetc.c
#ifndef lint
static char sccsid[] = "@(#)cgetc.c 1.1 (Berkeley) %G%";
#endif not lint
# include <stdio.h>
char cgetc(i)
int i;
{
return ( getchar() );
}