/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: feof()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: feof()</h1>

<hr>

<p>
<font size=+1><i>INTEGER</i> <b>feof</b>()</font>

<p>This function returns true (1) if the open file on the current object
is at it's end, or false (0) if it is not.  If the current object does not
have an open file, <code>~file</code> is thrown.

<p><hr size=4><p align=center><i>Last Modified on Mar 8 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>