1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-02 09:34:22 +00:00

Fixed a typo.

This commit is contained in:
Greg King 2015-03-14 16:50:08 -04:00
parent b452bdc5e4
commit 52f5854813

View File

@ -3,7 +3,7 @@
<article>
<title>cc65 Users Guide
<author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">
<date>2015-03-13
<date>2015-03-14
<abstract>
cc65 is a C compiler for 6502 targets. It supports several 6502 based home
@ -614,7 +614,7 @@ This cc65 version has some extensions to the ISO C standard.
<p>
<item> There is another calling convention named "cdecl". Variadic functions
(their prototypes have an ellipsis [<tt/.../]) always use this
(their prototypes have an ellipsis &lsqb;<tt/.../&rsqb;) always use this
convention. The syntax for a function declaration using cdecl is
<tscreen><verb>