<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>standard function sources</title>
		<link>http://www.allegro.cc/forums/view/414214</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Sun, 03 Oct 2004 21:02:33 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hi,</p><p>I&#39;m a bit curious as to how bread-and-butter functions like memcpy, strcmp, memset, etc, work... are there sources available anywhere, either in C/C++ or assembly? I&#39;ve just been writing my own functions to do these jobs (no particular reason, just to see if I could), but they&#39;re nowhere near as fast as the pre-made ones.</p><p>Thanks!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kris Allen)</author>
		<pubDate>Sun, 03 Oct 2004 15:00:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It depends on the compiler. You can try downloading the standard GCC library source code and check the functions out. Just check the source of MinGW or DJGPP to get your answers <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ReyBrujo)</author>
		<pubDate>Sun, 03 Oct 2004 15:31:20 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
Glibc source code should be available, probably from <a href="http://www.gnu.org">gnu.org</a>...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (X-G)</author>
		<pubDate>Sun, 03 Oct 2004 15:35:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ll try both of those, thanks
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kris Allen)</author>
		<pubDate>Sun, 03 Oct 2004 15:58:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The standard libraries for C and C++ come in source code form for MSVC as well as GCC.  I don&#39;t know about other compilers.  The GCC standard library is licensed by LGPL, and MSVC&#39;s code is obviously not open source -- but you are free to examine it.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gillius)</author>
		<pubDate>Sun, 03 Oct 2004 21:02:33 +0000</pubDate>
	</item>
</rss>
