MicrOS
|
#include "../stdio.h"
Functions | |
int | feof (FILE *stream) |
Check end-of-file indicator. More... | |
int feof | ( | FILE * | stream | ) |
Check end-of-file indicator.
Checks whether the end-of-File indicator associated with stream is set, returning a value different from zero if it is.
stream | stream Pointer to a FILE object that identifies the stream to be closed. |