<?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>gnucom.cc &#187; C</title>
	<atom:link href="http://blog.gnucom.cc/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gnucom.cc</link>
	<description>Code snippets and more...</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Huffman encoder in C</title>
		<link>http://blog.gnucom.cc/2010/huffman-encoder-in-c/</link>
		<comments>http://blog.gnucom.cc/2010/huffman-encoder-in-c/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 23:44:09 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=707</guid>
		<description><![CDATA[During school I made a Huffman encoder and decoder that has come back and haunted me on several notable occasions &#8211; namely, those interviews. Microsoft was especially excited to test me knowledge on how well I could improve this program. My interviewer was able to improve the running time so that the decoding was done [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/huffman-encoder-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template makefile.</title>
		<link>http://blog.gnucom.cc/2009/template-makefile-for-quick-use/</link>
		<comments>http://blog.gnucom.cc/2009/template-makefile-for-quick-use/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:10:42 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[makefile]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=396</guid>
		<description><![CDATA[I did this so many times during school that I just needed a quick Makefile, here it is. If you have any suggestions please feel free to make them! # Comments # @author gnucom.cc CC=gcc CPP=g++ SUS3=-D_POSIX_SOURCE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 HARDEN=-D_FORTIFY_SOURCE CFLAGS=-Wall -Werror -g -std=gnu99 -pedantic $&#40;SUS3&#41; $&#40;HARDEN&#41; LDFLAGS= &#160; ALL=myprogram &#160; all: $&#40;ALL&#41; &#160; myprogram: [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2009/template-makefile-for-quick-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

