Feof

From Bennu Wiki
Revision as of 03:05, 2 October 2008 by Sandman (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Definition

INT feof ( <INT filehandle> )

Checks if the end of a certain file is reached.

Parameters

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

Returns

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