#include int feof(FILE *stream) { return stream->eof; }