<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixwiki.booleansoup.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Seek modes - Revision history</title>
		<link>http://fenixwiki.booleansoup.com/index.php?title=Seek_modes&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Fri, 01 May 2026 08:08:41 GMT</lastBuildDate>
		<item>
			<title>Sandman at 01:51, 5 May 2007</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=Seek_modes&amp;diff=2232&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:constantcategories]]&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
Seek modes are used to specify the mode of seeking in a  file, by passing one of them to the [[function]] [[fseek]]() as the [[parameter]] ''relativeness''. The mode of seeking means to what position the seeking will be related to.&lt;br /&gt;
&lt;br /&gt;
== List ==&lt;br /&gt;
{|&lt;br /&gt;
| ''Constant'' || - ''Value'' || - ''Relative to''&lt;br /&gt;
|-&lt;br /&gt;
| SEEK_SET || - 0 || - The beginning of the file. This means just setting the position.&lt;br /&gt;
|-&lt;br /&gt;
| SEEK_CUR || - 1 || - The current position.&lt;br /&gt;
|-&lt;br /&gt;
| SEEK_END || - 2 || - The end of the file.&lt;br /&gt;
|}&lt;/div&gt;</description>
			<pubDate>Sat, 05 May 2007 01:51:19 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:Seek_modes</comments>		</item>
	</channel>
</rss>