Syntaxe :
#include <cstdio> int feof( FILE *fichier );
La fonction feof() renvoi 0 si la fin du fichier fourni en paramètre n'est pas atteinte, sinon un entier non nul.
Sujets relatifs : clearerr, ferror, getc, perror, putc