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