1 2 3 4 5 6 7
#include <__stdio.h> #include <stdio.h> int feof_unlocked(FILE *stream) { return (stream) ? stream->eof : 0; }