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