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