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