1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Fixed typos

This commit is contained in:
Stefan 2019-11-09 22:23:46 +01:00 committed by greg-king5
parent d38417b347
commit 7f7db01e25

View File

@ -1360,8 +1360,8 @@ used in presence of a prototype.
<tag/Function/Test a condition and possibly abort.
<tag/Header/<tt/<ref id="assert.h" name="assert.h">/
<tag/Declaration/<tt/void assert (int cond);/
<tag/Description/<tt/assert/ is a macro that expands to a <tt/id/
statement. If the condition evaluates t zero (false), assert prints a message
<tag/Description/<tt/assert/ is a macro that expands to an <tt/id/
statement. If the condition evaluates to zero (false), assert prints a message
on stderr and aborts the program.
<tag/Notes/<itemize>
<item>The function is actually a macro.