<?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>Jeff Linse &#187; function</title>
	<atom:link href="http://jefflinse.com/tag/function/feed/" rel="self" type="application/rss+xml" />
	<link>http://jefflinse.com</link>
	<description></description>
	<lastBuildDate>Fri, 12 Nov 2010 01:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Passing A Variable Number of Arguments to a Function at Run-time</title>
		<link>http://jefflinse.com/2009/passing-variable-number-arguments-function-runtime/</link>
		<comments>http://jefflinse.com/2009/passing-variable-number-arguments-function-runtime/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 02:49:07 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[arguments]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jefflinse.com/?p=39</guid>
		<description><![CDATA[At the request of an Ozzu member last night, I wrote up two new quick tutorials outlining how to write functions that can accept a variable-length argument list at run-time.  I wrote the original tutorial for C programmers and later adapted it for PHP.  I&#8217;ll likely adapt it for a few other languages in the [...]]]></description>
		<wfw:commentRss>http://jefflinse.com/2009/passing-variable-number-arguments-function-runtime/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Custom printf() Wrappers</title>
		<link>http://jefflinse.com/2008/creating-custom-printf-wrappers/</link>
		<comments>http://jefflinse.com/2008/creating-custom-printf-wrappers/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 14:40:27 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[printf]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://jefflinse.com/?p=15</guid>
		<description><![CDATA[After some brief searching, I found a way to create my own custom printf() wrapper functions.

The technique is rather simple.  Declare a function that accepts a format string and a varying number of further arguments.  Pass said string and arguments to fprintf.  Do anything else desired before and after.]]></description>
		<wfw:commentRss>http://jefflinse.com/2008/creating-custom-printf-wrappers/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

