C++ Programming/Code/Standard C Library/Functions/feof
< C++ Programming < Code < Standard C Library < Functionsfeof
Syntax |
#include <cstdio>
int feof( FILE *stream );
|
The function feof() returns TRUE if the end-of-file was reached, or FALSE otherwise.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.