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