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