Tests for end-of-file on a stream.
#include <stdio.h> int feof (FILE *stream);
stream
Once end-of-file is reached, read operations return an end-of-file indicator until the stream is closed or until rewind, fsetpos, fseek, or clearerr is called. Feof is implemented as a macro.
Note: There is no error return.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/stdio.h | stdio.h | clib.lib |