<?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>Minn Myat Soe :: His Notes &#187; dynamically loaded library</title>
	<atom:link href="http://www.minnmyatsoe.com/tag/dynamically-loaded-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.minnmyatsoe.com</link>
	<description>Personal journal with a technical and computer focus.</description>
	<lastBuildDate>Tue, 05 Jul 2011 07:15:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Short notes on Linux Libraries</title>
		<link>http://www.minnmyatsoe.com/2009/02/short-notes-on-linux-libraries/</link>
		<comments>http://www.minnmyatsoe.com/2009/02/short-notes-on-linux-libraries/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 13:09:53 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dynamically loaded library]]></category>
		<category><![CDATA[shared library]]></category>
		<category><![CDATA[static library]]></category>

		<guid isPermaLink="false">http://minnmyatsoe.com/?p=64</guid>
		<description><![CDATA[Libraries are the compiled code that is usually incorporated into a programer at a later time. Three types: Static Libraries, Shared Libraries, and Dynamically Loaded Libraries Static libraries are a collection of normal object files. They usually ends with &#8220;.a&#8221;. Collection is created with &#8220;ar&#8221; command. Shared libraries are loaded at program start-up and shared [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2009/02/short-notes-on-linux-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

