mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
Add perror()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
da30d409a0
commit
94a048002b
9 changed files with 382 additions and 17 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
|
||||
<p>Last Updated: August 7, 2012</p>
|
||||
<p>Last Updated: August 28, 2012</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -2284,8 +2284,9 @@ nsh>
|
|||
<tr>
|
||||
<td valign="top"><b><code>CONFIG_NSH_STRERROR</code></b></td>
|
||||
<td>
|
||||
strerror(errno) makes more readable output but strerror() is
|
||||
very large and will not be used unless this setting is <i>y</i>
|
||||
<code>strerror(errno)</code> makes more readable output but <code>strerror()</code> is
|
||||
very large and will not be used unless this setting is <i>y</i>.
|
||||
This setting depends upon the <code>strerror()</code> having been enabled with <code>CONFIG_LIBC_STRERROR</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue