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