<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Simple Buffer Parsing With C99</title>
	<atom:link href="http://www.dholm.com/2008/04/21/simple-buffer-parsing-with-c99/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dholm.com/2008/04/21/simple-buffer-parsing-with-c99/</link>
	<description>I need this baby in a month send me nine women!</description>
	<pubDate>Mon, 06 Oct 2008 13:06:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: dholm</title>
		<link>http://www.dholm.com/2008/04/21/simple-buffer-parsing-with-c99/#comment-128</link>
		<dc:creator>dholm</dc:creator>
		<pubDate>Tue, 22 Apr 2008 11:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dholm.com/?p=61#comment-128</guid>
		<description>If you want to be extra careful you should probably memcpy the structures out of the buffers to a local representation to avoid alignment issues.</description>
		<content:encoded><![CDATA[<p>If you want to be extra careful you should probably memcpy the structures out of the buffers to a local representation to avoid alignment issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dholm</title>
		<link>http://www.dholm.com/2008/04/21/simple-buffer-parsing-with-c99/#comment-127</link>
		<dc:creator>dholm</dc:creator>
		<pubDate>Tue, 22 Apr 2008 07:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dholm.com/?p=61#comment-127</guid>
		<description>This was initially written for a network protocol so I assumed all data types were in network byte order during transmission. POSIX does not define a function for converting 64-bit values from network byte order so that function implements it.
I see now that it isn't endian safe though so I will update the listing.</description>
		<content:encoded><![CDATA[<p>This was initially written for a network protocol so I assumed all data types were in network byte order during transmission. POSIX does not define a function for converting 64-bit values from network byte order so that function implements it.<br />
I see now that it isn&#8217;t endian safe though so I will update the listing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal Pomorski</title>
		<link>http://www.dholm.com/2008/04/21/simple-buffer-parsing-with-c99/#comment-126</link>
		<dc:creator>Michal Pomorski</dc:creator>
		<pubDate>Mon, 21 Apr 2008 22:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dholm.com/?p=61#comment-126</guid>
		<description>What is the purpose of the ntohll function?</description>
		<content:encoded><![CDATA[<p>What is the purpose of the ntohll function?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
