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