/* f g e t c */ #include "stdiolib.h" /*LINTLIBRARY*/ int fgetc F1(FILE *, fp) { return getc(fp); }