Copyright Digital Equipment Corp. All rights reserved.

feof

   Tests a file to see if the end-of-file has been reached.

   Format

     #include  <stdio.h>

     int feof  (FILE *file_ptr);
 


Additional information available:

Argument        Return_Values