<?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>《也谈typedef》的评论</title>
	<atom:link href="http://tonybai.com/2008/05/02/also-talk-about-typedef/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/#comment-836</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Sat, 30 Mar 2013 17:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2008/05/02/%e4%b9%9f%e8%b0%88typedef/#comment-836</guid>
		<description>你评论中的这段代码与你编译出warning的代码是同一份么？这段代码有很多显然的error阿。main后面没有()。Node head = {.link = NULL};一句中Node结构体中显然没有link字段。另外你的Warning具体内容是什么呢</description>
		<content:encoded><![CDATA[<p>你评论中的这段代码与你编译出warning的代码是同一份么？这段代码有很多显然的error阿。main后面没有()。Node head = {.link = NULL};一句中Node结构体中显然没有link字段。另外你的Warning具体内容是什么呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：月光独奏</title>
		<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/#comment-835</link>
		<dc:creator>月光独奏</dc:creator>
		<pubDate>Sat, 30 Mar 2013 17:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2008/05/02/%e4%b9%9f%e8%b0%88typedef/#comment-835</guid>
		<description>楼主，能帮我解答这一个问题：内核链表？typedef struct NODE {    struct NODE *next；} Node；typedef struct A {    int a；    Node link；} Anode;intmain{     Anode testp = {8, {NULL}};      Node head = {.link = NULL};      head.next = &amp;testp.link;         return 0;}redhat 64位，gcc编译报warning， 去掉typedef则编译不报警告，问了很多人，也没人能解答。希望楼主能略微抽点空写封小邮件解答一下---&gt;yue.zhi.sm@gmail.com在此先感谢你！</description>
		<content:encoded><![CDATA[<p>楼主，能帮我解答这一个问题：内核链表？typedef struct NODE {    struct NODE *next；} Node；typedef struct A {    int a；    Node link；} Anode;intmain{     Anode testp = {8, {NULL}};      Node head = {.link = NULL};      head.next = &amp;testp.link;         return 0;}redhat 64位，gcc编译报warning， 去掉typedef则编译不报警告，问了很多人，也没人能解答。希望楼主能略微抽点空写封小邮件解答一下&#8212;&gt;yue.zhi.sm@gmail.com在此先感谢你！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：小黑米</title>
		<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/#comment-311</link>
		<dc:creator>小黑米</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2008/05/02/%e4%b9%9f%e8%b0%88typedef/#comment-311</guid>
		<description>非常透彻,比大学老师讲的仔细多了～ 受教了～ 感谢～</description>
		<content:encoded><![CDATA[<p>非常透彻,比大学老师讲的仔细多了～ 受教了～ 感谢～</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Adidas Shoes</title>
		<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/#comment-312</link>
		<dc:creator>Adidas Shoes</dc:creator>
		<pubDate>Thu, 17 Sep 2009 01:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2008/05/02/%e4%b9%9f%e8%b0%88typedef/#comment-312</guid>
		<description>过来踩踩踩踩！！！！！！！！！！！！！！！</description>
		<content:encoded><![CDATA[<p>过来踩踩踩踩！！！！！！！！！！！！！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kevin</title>
		<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/#comment-313</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2008/05/02/%e4%b9%9f%e8%b0%88typedef/#comment-313</guid>
		<description>谢谢......
我找了好多地方，都是胡乱粘贴复制的，你讲的最好。。。。
非常感谢</description>
		<content:encoded><![CDATA[<p>谢谢&#8230;&#8230;<br />
我找了好多地方，都是胡乱粘贴复制的，你讲的最好。。。。<br />
非常感谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：william lv</title>
		<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/#comment-314</link>
		<dc:creator>william lv</dc:creator>
		<pubDate>Fri, 12 Sep 2008 21:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2008/05/02/%e4%b9%9f%e8%b0%88typedef/#comment-314</guid>
		<description>不错,又学习到内容了.</description>
		<content:encoded><![CDATA[<p>不错,又学习到内容了.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sammychen</title>
		<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/#comment-315</link>
		<dc:creator>sammychen</dc:creator>
		<pubDate>Sun, 31 Aug 2008 22:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2008/05/02/%e4%b9%9f%e8%b0%88typedef/#comment-315</guid>
		<description>好文章，又学到东西了，hoho～</description>
		<content:encoded><![CDATA[<p>好文章，又学到东西了，hoho～</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：luanbu</title>
		<link>https://tonybai.com/2008/05/02/also-talk-about-typedef/#comment-316</link>
		<dc:creator>luanbu</dc:creator>
		<pubDate>Fri, 30 May 2008 13:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2008/05/02/%e4%b9%9f%e8%b0%88typedef/#comment-316</guid>
		<description>要是 这样看
typedef int (*)(int) PFunc ;
typedef    int[]   A;
把typedef-name放在后面来理解，就一目了然了</description>
		<content:encoded><![CDATA[<p>要是 这样看<br />
typedef int (*)(int) PFunc ;<br />
typedef    int[]   A;<br />
把typedef-name放在后面来理解，就一目了然了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
