<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c/tags/String</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 12:21:17 GMT</pubDate>
<item>
<title>(C) Trim in ANSII C - pjaicher</title>
<link>http://snipplr.com/view/67952/trim-in-ansii-c/</link>
<description><![CDATA[ <p>These functions will allow you to trim left and right on a string</p> ]]></description>
<pubDate>Fri, 26 Oct 2012 05:03:12 GMT</pubDate>
<guid>http://snipplr.com/view/67952/trim-in-ansii-c/</guid>
</item>
<item>
<title>(C) vstrconat - mwb1100</title>
<link>http://snipplr.com/view/65913/vstrconat/</link>
<description><![CDATA[ <p>Concatenate a list of strings into a dynamically allocated string.</p> ]]></description>
<pubDate>Tue, 03 Jul 2012 01:21:15 GMT</pubDate>
<guid>http://snipplr.com/view/65913/vstrconat/</guid>
</item>
<item>
<title>(C) Memory reallocation - verhaeg</title>
<link>http://snipplr.com/view/42725/memory-reallocation/</link>
<description><![CDATA[ <p>Realloc memory at every X steps. Useful when allocating fixed number of items (in this case chars).</p> ]]></description>
<pubDate>Fri, 22 Oct 2010 02:38:03 GMT</pubDate>
<guid>http://snipplr.com/view/42725/memory-reallocation/</guid>
</item>
<item>
<title>(C) substr.c - zava</title>
<link>http://snipplr.com/view/38974/substrc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 Aug 2010 16:40:12 GMT</pubDate>
<guid>http://snipplr.com/view/38974/substrc/</guid>
</item>
<item>
<title>(C) Replace substring with other string - Menda</title>
<link>http://snipplr.com/view/22561/replace-substring-with-other-string/</link>
<description><![CDATA[ <p>The original string (str) will be changed after calling this function, so if you need it make a copy of it.</p> ]]></description>
<pubDate>Thu, 05 Nov 2009 05:47:21 GMT</pubDate>
<guid>http://snipplr.com/view/22561/replace-substring-with-other-string/</guid>
</item>
<item>
<title>(C) Parse string - architect</title>
<link>http://snipplr.com/view/16730/parse-string/</link>
<description><![CDATA[ <p>parse_int, parse_float - functions for getting values of parameters from string like as str = "HDD=160; CPU=2.2;RAM=1024".
Using:
int i; float f;
parse_int(str, "HDD", &amp;i);
parse_float(str, "CPU", &amp;f);</p> ]]></description>
<pubDate>Tue, 07 Jul 2009 11:31:02 GMT</pubDate>
<guid>http://snipplr.com/view/16730/parse-string/</guid>
</item>
</channel>
</rss>