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