Note that structs and unions are passed by value, not by reference.

This commit is contained in:
Stephen Heumann 2022-01-12 18:20:21 -06:00
parent 8c5fba684c
commit 4e59f4569f
1 changed files with 4 additions and 0 deletions

View File

@ -229,6 +229,10 @@ p. 297
Variable argument lists will now work even if stack repair code is enabled.
p. 299
Structures and unions are passed by value, not by reference. (Arrays are passed by reference, as described.)
p. 303
ORCA/C now supports additional forms of expressions known as generic selection expressions and compound literals. See "New Language Features," below.