Adding User-Written Code : Mapping Rational Statemate Types into C : Rules for Mapping into C

Rules for Mapping into C

The following table summarizes the rules of mapping into C for:

Note:  
The first level of all arrays should be defined as User-defined type in order to restrict the “second” dimension.
 
-- Illegal --
-- Illegal --
-- Illegal --
-- Illegal --
-- Illegal --
-- Illegal --
-- Illegal --
-- Illegal --
-- Illegal --

(*) Primitive type is one of: integer, real, condition, or enumerated type. In the above matrix, integers are taken as example.