/* $Id$ */ #include fgetc(f) register FILE *f; { return getc(f); }