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