<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / MondoTofu / tag / programing</title>
<link>http://netvouz.com/MondoTofu/tag/programing?feed=rss</link>
<description>MondoTofu&#39;s bookmarks tagged &quot;programing&quot; on Netvouz</description>
<item><title>System call error handling</title>
<link>http://uw714doc.sco.com/en/SDK_sysprog/SCL_SysCallErrHdl.html</link>
<description>System call error handling System calls that fail to complete successfully almost always return a value of -1 to your program. (If you look through the system calls in Section 2, you will see that there are a few calls for which no return value is defined, but they are the exceptions.) In addition to the -1 returned to the program, the unsuccessful system call places an integer in an externally declared variable, errno. In a C program, you can determine the value in errno if your program contains the following statement: #include &lt;errno.h&gt;</description>
<category domain="http://netvouz.com/MondoTofu?category=4997847696138980642">Unix Tips</category>
<author>MondoTofu</author>
<pubDate>Thu, 19 Jan 2012 22:19:47 GMT</pubDate>
</item></channel></rss>