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