<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Print IP address in dotted-decimal format without converting to string in C</title>
	<atom:link href="http://www.techpulp.com/blog/2008/11/print-ip-address-in-dotted-decimal-format-without-converting-to-string-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techpulp.com/blog/2008/11/print-ip-address-in-dotted-decimal-format-without-converting-to-string-in-c/</link>
	<description>The pulp of technology</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:42:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.techpulp.com/blog/2008/11/print-ip-address-in-dotted-decimal-format-without-converting-to-string-in-c/#comment-215</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 31 Oct 2011 13:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=33#comment-215</guid>
		<description>Endianness issue (reverse order on my x86 Linux box), btw., which the library function wouldn&#039;t have. An #ifdef and reversing the macro when needed might help.</description>
		<content:encoded><![CDATA[<p>Endianness issue (reverse order on my x86 Linux box), btw., which the library function wouldn&#8217;t have. An #ifdef and reversing the macro when needed might help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.techpulp.com/blog/2008/11/print-ip-address-in-dotted-decimal-format-without-converting-to-string-in-c/#comment-73</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 10 Dec 2010 19:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=33#comment-73</guid>
		<description>Nice article, how does this work on a 64bit system or on a Little Endian machine..say an ARM box.  The beauty of using inet_pton/inet_aton and so forth is they take into account these issues.</description>
		<content:encoded><![CDATA[<p>Nice article, how does this work on a 64bit system or on a Little Endian machine..say an ARM box.  The beauty of using inet_pton/inet_aton and so forth is they take into account these issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

