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

Feof

From FenixWiki

Revision as of 13:55, 26 June 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[edit] Definition

INT feof ( <INT filehandle> )

Checks if the end of a certain file is reached.

[edit] Parameters

INT filehandle - The FileHandle of the file returned by fopen().

[edit] Returns

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

Personal tools