<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: zflags code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 11 Oct 2008 01:55:27 GMT</pubDate>
    <description>DZone Snippets: zflags code</description>
    <item>
      <title>Turn on DEBUG in C sources files</title>
      <link>http://snippets.dzone.com/posts/show/2576</link>
      <description>&lt;code&gt;&lt;br /&gt;    //&lt;br /&gt;    // Turn on debugging if desired.&lt;br /&gt;    //&lt;br /&gt;    char* env_ptr = getenv("DEBUG");&lt;br /&gt;    if (env_ptr != NULL &amp;&amp; toupper(*env_ptr) == 'Y')&lt;br /&gt;    {&lt;br /&gt;        SET_ZFLAG(ZFLAG_DEBUG_EVERYTHING);&lt;br /&gt;    }&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 10 Sep 2006 04:03:52 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2576</guid>
      <author>droffo (Garry Offord)</author>
    </item>
  </channel>
</rss>
