made a lot of changes
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#undef feof
|
||||
|
||||
int
|
||||
feof(FILE *stream)
|
||||
(feof)(FILE *stream)
|
||||
{
|
||||
return (stream->_flags & _IOEOF) != 0;
|
||||
return feof(stream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user