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