3 <<feof>>---test for end of file
10 int feof(FILE *<[fp]>);
18 <<feof>> tests whether or not the end of the file identified by <[fp]>
22 <<feof>> returns <<0>> if the end of file has not yet been reached; if
23 at end of file, the result is nonzero.
26 <<feof>> is required by ANSI C.
28 No supporting OS subroutines are required.
41 result
= __sfeof (fp
);