<?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>Julian `flngr` Bilcke &#187; linux</title>
	<atom:link href="http://flngr.paradisia.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://flngr.paradisia.net</link>
	<description>A blog about cool programming languages, libraries, and stuff on which I work</description>
	<lastBuildDate>Tue, 06 Oct 2009 15:48:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>obtenir la mémoire libre dans un programme C sous linux</title>
		<link>http://flngr.paradisia.net/2007/11/27/obtenir-la-memoire-libre-dans-un-programme-c-sous-linux/</link>
		<comments>http://flngr.paradisia.net/2007/11/27/obtenir-la-memoire-libre-dans-un-programme-c-sous-linux/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 20:58:45 +0000</pubDate>
		<dc:creator>Julian Bilcke</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[système]]></category>

		<guid isPermaLink="false">http://uxmal.paradisia.net/2007/11/27/obtenir-la-memoire-libre-dans-un-programme-c-sous-linux/</guid>
		<description><![CDATA[à partir de maintenant je vais poster quelques petits bouts de code trucs et astuces utiles ou pas, à venir piocher quand j&#8217;en ou vous en aurez besoin, illustres anonymes :)
&#60;code class="prettyprint"&#62;
long get_freemem()
{
  long m_total, m_free; /* m_total est sympa aussi */
  FILE *file = fopen("/proc/meminfo", "r");
  fscanf(file,"MemTotal: %lu kB MemFree: %lu [...]]]></description>
		<wfw:commentRss>http://flngr.paradisia.net/2007/11/27/obtenir-la-memoire-libre-dans-un-programme-c-sous-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<br />
<b>Warning</b>:  stristr() [<a href='function.stristr'>function.stristr</a>]: Empty delimiter in <b>/home/www/net.paradisia.flngr/wp-content/plugins/wassup/wassup.php</b> on line <b>2093</b><br />
