cc65 document: both pass and return of structs are allowed
This commit is contained in:
@@ -806,8 +806,8 @@ and the one defined by the ISO standard:
|
|||||||
|
|
||||||
<item> The datatypes "float" and "double" are not available.
|
<item> The datatypes "float" and "double" are not available.
|
||||||
<p>
|
<p>
|
||||||
<item> C Functions may return structs (or unions) by value, but only of
|
<item> C Functions may pass and return structs (or unions) by value, but only
|
||||||
1, 2 or 4 byte sizes.
|
of 1, 2 or 4 byte sizes.
|
||||||
<p>
|
<p>
|
||||||
<item> Most of the C library is available with only the fastcall calling
|
<item> Most of the C library is available with only the fastcall calling
|
||||||
convention (<ref id="extension-fastcall" name="see below">). It means
|
convention (<ref id="extension-fastcall" name="see below">). It means
|
||||||
|
|||||||
Reference in New Issue
Block a user