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