<?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>Who am I? &#187; C</title>
	<atom:link href="http://blog.sunliguo.com/archives/category/linux/c/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sunliguo.com</link>
	<description>I&#039;m sunliguo.</description>
	<lastBuildDate>Sun, 01 Jan 2012 03:16:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>gcc</title>
		<link>http://blog.sunliguo.com/archives/gcc.html</link>
		<comments>http://blog.sunliguo.com/archives/gcc.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 09:46:33 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://blog.pietty.cn/?p=652</guid>
		<description><![CDATA[<p>最简单的helloword程序：</p><p>#include </p><p>void main()</p><p>{</p><p>printf("hello world\n");</p><p>}</p><p>我们编译运行：</p><p>#gcc -Wall -o helloword hello.c</p><p>#./helloword</p><p>#hell <span class='read-more'><a href='http://blog.sunliguo.com/archives/gcc.html'>[Read More…]</a></span></p><div class="clear-float"></div>
		<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fi-feel-tired.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fgcc.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">今天感觉很累</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fcp-f.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fgcc.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">cp -f</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fapache-403.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fgcc.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">apache 403 错误</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Flinux-module.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fgcc.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">linux  自动加载自定义模块</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://blog.sunliguo.com/archives/gcc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C语言的基本数据类型</title>
		<link>http://blog.sunliguo.com/archives/c-basic-data-type.html</link>
		<comments>http://blog.sunliguo.com/archives/c-basic-data-type.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:37:43 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.pietty.cn/?p=647</guid>
		<description><![CDATA[<p>整型：</p><p>char类型，1 byte。</p><p>标准ASCII表的范围：0-127.</p><p>unsigned char 范围：0-255</p><p>signed char 范围：-128-127</p><p>除了char 还有short int （简称short），int，long int（简称long），long  <span class='read-more'><a href='http://blog.sunliguo.com/archives/c-basic-data-type.html'>[Read More…]</a></span></p><div class="clear-float"></div>
		<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwindows-xp-en.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fc-basic-data-type.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Windows Xp 英文版</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Ffitment.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fc-basic-data-type.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">准备装修房子了</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fhis_her.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fc-basic-data-type.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">都成别人的人了</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Flinux-20-years.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fc-basic-data-type.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Linux 20岁了</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://blog.sunliguo.com/archives/c-basic-data-type.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>不能企图通过改变指针形参的值而使指针实参的值改变</title>
		<link>http://blog.sunliguo.com/archives/formal-parameter-actual-parameter.html</link>
		<comments>http://blog.sunliguo.com/archives/formal-parameter-actual-parameter.html#comments</comments>
		<pubDate>Tue, 26 May 2009 12:19:44 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[实参]]></category>
		<category><![CDATA[形参]]></category>

		<guid isPermaLink="false">http://blog.pietty.cn/?p=572</guid>
		<description><![CDATA[<p>这句话一直困扰我这很久。不过最近通过gdb终于明白了。</p><p>形参就是函数定义与函数说明时带的参数。而实参就是函数调用时给的参数。形参出现在函数定义中，在整个函数体内都可以使用，离开该函数则不能使用。实参出现在主调函数中，进入被调函数后，实参变量也不能使用。形参和实参的功能是作数据传送。</p><p>不能通过 <span class='read-more'><a href='http://blog.sunliguo.com/archives/formal-parameter-actual-parameter.html'>[Read More…]</a></span></p><div class="clear-float"></div>
		<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fsafengine.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fformal-parameter-actual-parameter.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">网吧实名二代辅助</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fauto-back-blog-mail.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fformal-parameter-actual-parameter.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">自动备份blog到自己的邮箱</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Ftoday_meeting_her.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fformal-parameter-actual-parameter.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">今天又去找她了！</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fmy-new-wordpress-themes.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fformal-parameter-actual-parameter.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">我的新wordpress 主题</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://blog.sunliguo.com/archives/formal-parameter-actual-parameter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

