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

<body>

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

<hr>

<p>
<font size=+1><i>INTEGER</i> <b>fseek</b>(<i>INTEGER <b>offset</b>, SYMBOL <b>whence</b></i>)</font>

<p>This function changes the file position to <var>offset</var>.  The
variable <var>whence</var> is either <code>'SEEK_SET</code>,
<code>'SEEK_CUR</code>, <code>'SEEK_END</code>.  Read the unix manual
page for the function <code>fseek</code>, for more information.

<p>If the file is not both readable and writable, this function cannot
be used.

<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>