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