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 13:28, 26 June 2007 (edit)
Sandman (Talk | contribs)
m
← Previous diff
Current revision (13:55, 26 June 2007) (edit) (undo)
Sandman (Talk | contribs)
m
 
Line 9: Line 9:
== Parameters == == Parameters ==
{| {|
-| '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]].+| '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]]().
|} |}
== Returns == == Returns ==
'''INT''': [[true]]/[[false]]: Whether the end of the specified file is reached. '''INT''': [[true]]/[[false]]: Whether the end of the specified file is reached.

Current revision


[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