/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #include #include #undef feof int feof(FILE *stream) { return stream->_flag & _IOEOF; }