This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.
#include <stdio.h>
int feof(FILE *f);
feof() tests whether previous I/O calls on file f tried to do anything beyond the end of the file.
Zero, if not at the end of the file; EOF otherwise.