C Function Reference - feof Function - FriedSpace.com
feof Function feof int feof( FILE * ); Description: Used to determine if the end of the file (stream) specified, has been reached. When a file is being read sequentially one line, or one piece of data at a time (by means of a loop, say), this is the func...