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