Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@2576 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
da6d928afb
commit
4319fd9cc7
1 changed files with 3 additions and 3 deletions
|
@ -319,7 +319,7 @@ function.
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt/time.h/<label id="time.h"><p>
|
<sect1><tt/time.h/<label id="time.h"><p>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<itemize>
|
<itemize>
|
||||||
<item><ref id="_systime" name="_systime">
|
<item><ref id="_systime" name="_systime">
|
||||||
|
@ -332,7 +332,7 @@ function.
|
||||||
<item><ref id="strftime" name="strftime">
|
<item><ref id="strftime" name="strftime">
|
||||||
<item><ref id="time" name="time">
|
<item><ref id="time" name="time">
|
||||||
</itemize>
|
</itemize>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt/unistd.h/<label id="unistd.h"><p>
|
<sect1><tt/unistd.h/<label id="unistd.h"><p>
|
||||||
|
@ -1754,7 +1754,7 @@ fastcall function, so it may only be used in presence of a prototype.
|
||||||
<tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
|
<tag/Header/<tt/<ref id="ctype.h" name="ctype.h">/
|
||||||
<tag/Declaration/<tt/int __fastcall__ isblank (int c);/
|
<tag/Declaration/<tt/int __fastcall__ isblank (int c);/
|
||||||
<tag/Description/The function returns a value of zero if the given argument
|
<tag/Description/The function returns a value of zero if the given argument
|
||||||
is a blank or space character. The return value is non zero if the character
|
is a space or tab character. The return value is non zero if the character
|
||||||
is anything else.
|
is anything else.
|
||||||
<tag/Limits/<itemize>
|
<tag/Limits/<itemize>
|
||||||
<item>When compiling with <tt/-Os/ the function is actually a macro. The
|
<item>When compiling with <tt/-Os/ the function is actually a macro. The
|
||||||
|
|
Loading…
Add table
Reference in a new issue