<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixdocs.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Fseek - Revision history</title>
		<link>http://fenixdocs.com/index.php?title=Fseek&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Sun, 03 May 2026 11:05:24 GMT</lastBuildDate>
		<item>
			<title>Sandman at 14:34, 26 June 2007</title>
			<link>http://fenixdocs.com/index.php?title=Fseek&amp;diff=2533&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:functions]]&lt;br /&gt;
[[Category:files]]&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
'''INT''' fseek ( &amp;lt;'''INT''' filehandle&amp;gt; , &amp;lt;'''INT''' position&amp;gt; , &amp;lt;'''INT''' seek_mode&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Sets the byte offset (reading position) of a certain file. This means where a function will start reading in that file.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| &lt;br /&gt;
| '''INT''' filehandle || - The [[FileHandle]] of the file returned by [[fopen]]().&lt;br /&gt;
|-&lt;br /&gt;
| '''INT''' position || - Number of bytes from the point indicated by ''seek_mode''.&lt;br /&gt;
|-&lt;br /&gt;
| '''INT''' seek_mode || - Set the offset relative to a certain point (see [[seek modes]]).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
'''INT''': The new reading position.&lt;/div&gt;</description>
			<pubDate>Tue, 26 Jun 2007 14:34:41 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixdocs.com/index.php/Talk:Fseek</comments>		</item>
	</channel>
</rss>