blob: 01c26e162ef8a63ef01367ba9103130b46db976b [file] [log] [blame]
#include <stdio.h>
int feof(FILE *f)
{
return f->flags & _IO_FILE_FLAG_EOF;
}