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