/* @(#)fgetc.c 2.1 SCCS id keyword */ #include fgetc(fp) FILE *fp; { return(getc(fp)); }