This wiki is out of date, use the continuation of this wiki instead

Feof

From FenixWiki

(Difference between revisions)
Jump to: navigation, search

Revision as of 12:06, 26 June 2007


Definition

INT feof ( <INT filehandle> )

Checks if the end of a certain file is reached.

Parameters

INT filehandle - The handle of the file returned by fopen.

Returns

INT: true/false: Whether the end of the specified file is reached.

Personal tools