<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ogwaros Iwenâl &#187; ouroboros</title>
	<atom:link href="http://www.brianupton.net/tag/ouroboros/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianupton.net</link>
	<description>Into the depths of the fiery abyss</description>
	<lastBuildDate>Sat, 10 Jul 2010 06:05:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ouroboros</title>
		<link>http://www.brianupton.net/2008/02/28/ouroboros/</link>
		<comments>http://www.brianupton.net/2008/02/28/ouroboros/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 07:38:43 +0000</pubDate>
		<dc:creator>Brian Upton</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[infinity]]></category>
		<category><![CDATA[ouroboros]]></category>

		<guid isPermaLink="false">http://www.brianupton.net/2008/02/28/ouroboros/</guid>
		<description><![CDATA[struct serpent { public: serpent* tail; void swallow(serpent* s) { /* ... */ } }; serpent* ouroboros = new serpent(); ouroboros-&#62;swallow(ouroboros-&#62;tail);]]></description>
			<content:encoded><![CDATA[<pre name="code" class="cpp">struct serpent
{
    public:
        serpent* tail;

        void swallow(serpent* s) { /* ... */ }
};

serpent* ouroboros = new serpent();

ouroboros-&gt;swallow(ouroboros-&gt;tail);</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.brianupton.net/2008/02/28/ouroboros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
