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

	<entry>
		<id>http://fenixwiki.booleansoup.com/index.php?title=Seek_modes&amp;diff=2232&amp;oldid=prev</id>
		<title>Sandman at 01:51, 5 May 2007</title>
		<link rel="alternate" type="text/html" href="http://fenixwiki.booleansoup.com/index.php?title=Seek_modes&amp;diff=2232&amp;oldid=prev"/>
				<updated>2007-05-05T01:51:19Z</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: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;</summary>
		<author><name>Sandman</name></author>	</entry>

	</feed>