int feof( FILE *stream )


	- prototype in stdio.h

	- detects end of file on a file stream
	- returns zero if NOT eof, else nonzero