#include <stdio.h>

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