blob: 590b1c5912893d266d4af355e17627b88d4ab4f6 [file] [log] [blame]
#define __NO_STDIO_INLINES
#include "stdioint.h"
int feof(FILE *__f)
{
return __f->_IO_eof;
}