You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By now (i.e. upto version 3.32-11 at least) a record initializer expression like the one in the cyan element of diagram DateTests563 in the below arrangement would be exported to C as an ordered value initializer expression:
This means, the resulting program line in the C code would be:
structDatesomeDay= {2017, 2, 24};
The resulting code is quite correct, of course. But instead a closer C syntax could be used for the export:
By now (i.e. upto version 3.32-11 at least) a record initializer expression like the one in the cyan element of diagram DateTests563 in the below arrangement would be exported to C as an ordered value initializer expression:
This means, the resulting program line in the C code would be:
The resulting code is quite correct, of course. But instead a closer C syntax could be used for the export:
The text was updated successfully, but these errors were encountered: