/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #include #include int fgetc(FILE *f) { return __getc(f); }