1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Fixed isblank() availability atttribute.

This commit is contained in:
Oliver Schmidt 2015-05-13 14:54:12 +02:00
parent aeb8492572
commit 893af97ccd

View File

@ -3309,7 +3309,7 @@ macro.
<item>When compiling without <tt/-Os/, the function is only available as
fastcall function, so it may only be used in presence of a prototype.
</itemize>
<tag/Availability/cc65
<tag/Availability/ISO 9899
<tag/See also/
<ref id="isalnum" name="isalnum">,
<ref id="isalpha" name="isalpha">,