ref: ee56849c612b6cb6ee27e6f647254967ebdd6981 dir: /src/libc/stdio/feof.c/
#include <stdio.h> #undef feof int feof(FILE *fp) { return fp->flags & _IOEOF; }