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