- This wiki is out of date, use the continuation of this wiki instead
Feof
From FenixWiki
(Difference between revisions)
Revision as of 12:06, 26 June 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 13:28, 26 June 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
{| | {| | ||
- | | '''INT''' filehandle || - The | + | | '''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. |
Revision as of 13:28, 26 June 2007
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.