<?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>Objective-C 코드 스니프</title>
	<atom:link href="http://www.fastcode.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fastcode.net</link>
	<description>Search Code ASAP</description>
	<lastBuildDate>Tue, 21 Feb 2012 04:55:27 +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>디버그와 릴리즈 구분 코드</title>
		<link>http://www.fastcode.net/2012/02/21/debug-release-cod/</link>
		<comments>http://www.fastcode.net/2012/02/21/debug-release-cod/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 03:27:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[디버깅]]></category>

		<guid isPermaLink="false">http://www.fastcode.net/?p=1</guid>
		<description><![CDATA[#ifdef DEBUG &#91;debug code&#93; #else &#91;release code&#93; #endif]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container c default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="c codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #339933;">#ifdef DEBUG</span><br />
<br />
<span style="color: #009900;">&#91;</span>debug code<span style="color: #009900;">&#93;</span><br />
<br />
<span style="color: #339933;">#else</span><br />
<br />
<span style="color: #009900;">&#91;</span>release code<span style="color: #009900;">&#93;</span><br />
<br />
<span style="color: #339933;">#endif</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fastcode.net/2012/02/21/debug-release-cod/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

