<?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>NULL - Revision history</title>
		<link>http://fenixwiki.booleansoup.com/index.php?title=NULL&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 10:41:27 GMT</lastBuildDate>
		<item>
			<title>Sandman at 00:04, 28 June 2007</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=NULL&amp;diff=2563&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:constants]]&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
NULL is a pointer, pointing to nothing. In programming it points to 0x00000000, or just plain 0.&lt;br /&gt;
&lt;br /&gt;
Available since [[Fenix]] [[0.93]].&lt;br /&gt;
&lt;br /&gt;
The following check is the same as checking if a pointer variable is NULL:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if(my_pointer)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In which my_pointer is a pointer variable.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| ''Constant'' || - ''Value'' || - ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| NULL || - 0 || - 0x00000000, pointing to nothing.&lt;br /&gt;
|}&lt;/div&gt;</description>
			<pubDate>Thu, 28 Jun 2007 00:04:01 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:NULL</comments>		</item>
	</channel>
</rss>