<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixdocs.com/skins/common/feed.css?63"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fenixdocs.com/index.php?action=history&amp;feed=atom&amp;title=Fseek</id>
		<title>Fseek - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fenixdocs.com/index.php?action=history&amp;feed=atom&amp;title=Fseek"/>
		<link rel="alternate" type="text/html" href="http://fenixdocs.com/index.php?title=Fseek&amp;action=history"/>
		<updated>2026-05-03T11:05:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.10.1</generator>

	<entry>
		<id>http://fenixdocs.com/index.php?title=Fseek&amp;diff=2533&amp;oldid=prev</id>
		<title>Sandman at 14:34, 26 June 2007</title>
		<link rel="alternate" type="text/html" href="http://fenixdocs.com/index.php?title=Fseek&amp;diff=2533&amp;oldid=prev"/>
				<updated>2007-06-26T14:34:41Z</updated>
		
		<summary type="html">&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;</summary>
		<author><name>Sandman</name></author>	</entry>

	</feed>