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