mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
cc65 document: both pass and return of structs are allowed
This commit is contained in:
parent
bf22f94a43
commit
456fa9f963
@ -806,8 +806,8 @@ and the one defined by the ISO standard:
|
||||
|
||||
<item> The datatypes "float" and "double" are not available.
|
||||
<p>
|
||||
<item> C Functions may return structs (or unions) by value, but only of
|
||||
1, 2 or 4 byte sizes.
|
||||
<item> C Functions may pass and return structs (or unions) by value, but only
|
||||
of 1, 2 or 4 byte sizes.
|
||||
<p>
|
||||
<item> Most of the C library is available with only the fastcall calling
|
||||
convention (<ref id="extension-fastcall" name="see below">). It means
|
||||
|
Loading…
x
Reference in New Issue
Block a user