Fixed a typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@2576 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-10-27 21:53:28 +00:00
parent da6d928afb
commit 4319fd9cc7

View file

@ -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/Declaration/<tt/int __fastcall__ isblank (int c);/
<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.
<tag/Limits/<itemize>
<item>When compiling with <tt/-Os/ the function is actually a macro. The