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