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