<?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>LINUXQQ &#187; sizeof() 字节对齐</title>
	<atom:link href="http://www.linuxqq.net/archives/tag/sizeof-%e5%ad%97%e8%8a%82%e5%af%b9%e9%bd%90/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxqq.net</link>
	<description>LINUXQQ狂人时代</description>
	<lastBuildDate>Tue, 10 Jan 2012 04:39:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>sizeof() 字节对齐</title>
		<link>http://www.linuxqq.net/archives/83.html</link>
		<comments>http://www.linuxqq.net/archives/83.html#comments</comments>
		<pubDate>Tue, 31 Mar 2009 02:04:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C语言]]></category>
		<category><![CDATA[sizeof() 字节对齐]]></category>

		<guid isPermaLink="false">http://www.linuxqq.net/?p=83</guid>
		<description><![CDATA[ 书上写的话太死，初学者有点难明白，举个例子 strunt A { int a; char b; } sizeof A 你会认为4+1=5 5字节 答案错了 让宽度为4的基本数据类型（int等）都位于能被 4整除的地址 char 填3字节 能被4整除不就OK？]]></description>
		<wfw:commentRss>http://www.linuxqq.net/archives/83.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

