<?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=NULL</id>
		<title>NULL - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fenixwiki.booleansoup.com/index.php?action=history&amp;feed=atom&amp;title=NULL"/>
		<link rel="alternate" type="text/html" href="http://fenixwiki.booleansoup.com/index.php?title=NULL&amp;action=history"/>
		<updated>2026-05-01T13:15:10Z</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=NULL&amp;diff=2563&amp;oldid=prev</id>
		<title>Sandman at 00:04, 28 June 2007</title>
		<link rel="alternate" type="text/html" href="http://fenixwiki.booleansoup.com/index.php?title=NULL&amp;diff=2563&amp;oldid=prev"/>
				<updated>2007-06-28T00:04:01Z</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: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;</summary>
		<author><name>Sandman</name></author>	</entry>

	</feed>