<?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>Man Pages - Linux Manual Pages &#187; free</title>
	<atom:link href="http://www.manpages.com/man/tag/free/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manpages.com</link>
	<description>Linux Manual Pages</description>
	<lastBuildDate>Sat, 29 Aug 2009 05:48:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>cfree &#8211; linux man page</title>
		<link>http://www.manpages.com/man/cfree-linux-man-page/</link>
		<comments>http://www.manpages.com/man/cfree-linux-man-page/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:21:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[cfree]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[malloc]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=562</guid>
		<description><![CDATA[cfree &#8211; free allocated memory
USAGE
       #include &#60;stdlib.h&#62;

       /* In SunOS 4 */
       int cfree(void *ptr);

       /* In glibc or FreeBSD libcompat */
       void cfree(void *ptr);

 [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/cfree-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>calloc, malloc, free, realloc &#8211; linux man page</title>
		<link>http://www.manpages.com/man/calloc-malloc-free-realloc-linux-man-page/</link>
		<comments>http://www.manpages.com/man/calloc-malloc-free-realloc-linux-man-page/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 05:14:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[F]]></category>
		<category><![CDATA[M]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[brk]]></category>
		<category><![CDATA[calloc]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[realloc]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=538</guid>
		<description><![CDATA[calloc, malloc, free, realloc &#8211; Allocate and free dynamic memory
USAGE
       #include &#60;stdlib.h&#62;

       void *calloc(size_t nmemb, size_t size);
       void *malloc(size_t size);
       void free(void *ptr);
       void *realloc(void [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/calloc-malloc-free-realloc-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asprintf, vasprintf &#8211; linux man page</title>
		<link>http://www.manpages.com/man/asprintf-vasprintf-linux-man-page/</link>
		<comments>http://www.manpages.com/man/asprintf-vasprintf-linux-man-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:04:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[A]]></category>
		<category><![CDATA[asprintf]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[printf]]></category>
		<category><![CDATA[vasprintf]]></category>

		<guid isPermaLink="false">http://www.manpages.com/blog/?p=228</guid>
		<description><![CDATA[asprintf, vasprintf &#8211; print to allocated string
USAGE
       #define _GNU_SOURCE
       #include &#60;stdio.h&#62;

       int asprintf(char **strp, const char *fmt, ...);

       int vasprintf(char **strp, const char *fmt, va_list ap);

DESCRIPTION
      [...]]]></description>
		<wfw:commentRss>http://www.manpages.com/man/asprintf-vasprintf-linux-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

