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

cc65 document: both pass and return of structs are allowed

This commit is contained in:
bbbradsmith 2023-05-03 05:36:37 -04:00
parent bf22f94a43
commit 456fa9f963

View File

@ -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