<?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>Persistent notes &#187; portability</title>
	<atom:link href="http://alexkr.com/tag/portability/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexkr.com</link>
	<description>Alexander Krivutsenko&#039;s online journal</description>
	<lastBuildDate>Sat, 07 Apr 2012 20:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Portable 64 bit integer type</title>
		<link>http://alexkr.com/memos/358/portable-64-bit-integer-type/</link>
		<comments>http://alexkr.com/memos/358/portable-64-bit-integer-type/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 21:43:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[big]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[portability]]></category>

		<guid isPermaLink="false">http://alexkr.com/?p=358</guid>
		<description><![CDATA[Here I would like to write about coding a &#8220;portable&#8221; C programs in a sense that they produce same results when compiled and executed on 32 and 64 bits architectures.

The problem I faced with DES is that I need to make sure that my integers are exactly 32 bits on all platforms where I compile [...]]]></description>
		<wfw:commentRss>http://alexkr.com/memos/358/portable-64-bit-integer-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

