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