<?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>CodingUnit Programming Tutorials &#187; C Preprocessors</title>
	<atom:link href="http://www.codingunit.com/category/c-language-reference/c-preprocessors/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Sat, 14 Jan 2012 19:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>(ANSI) C Reference &#8211; C Preprocessors</title>
		<link>http://www.codingunit.com/ansi-c-reference-c-preprocessors</link>
		<comments>http://www.codingunit.com/ansi-c-reference-c-preprocessors#comments</comments>
		<pubDate>Thu, 23 Jul 2009 11:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Preprocessors]]></category>

		<guid isPermaLink="false">http://localhost/?p=448</guid>
		<description><![CDATA[A look at the preprocessors that can be used in the C programming language. #include &#60;filename&#62; -&#62;  Include library file #include &#8220;filename&#8221; -&#62;  Include a user file #define name text -&#62;  Replacement text #define name(var) text -&#62;  Replacement macro #undef name -&#62;  Un-define #if, #else, #endif, #elif -&#62;  Conditional execution #ifdef -&#62;  Is name defined? [...]<p><a href="http://www.codingunit.com/ansi-c-reference-c-preprocessors">(ANSI) C Reference &#8211; C Preprocessors</a> is a post from: <a href="http://www.codingunit.com">CodingUnit Programming Tutorials</a></p>
]]></description>
		<wfw:commentRss>http://www.codingunit.com/ansi-c-reference-c-preprocessors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

