How do the data types for Parameter-type C Code Entries map to data types used in C source code?
A Parameter-type C Code Entry can be classed as one of the following data types: • Boolean • Floating Point • Unsigned Integer • Signed Integer. The Boolean data type corresponds to the bool data type in C, as defined in stdbool.h. For the Floating Point data type, the associated Precision property can be set to Single or Double. These correspond to 32-bit float and 64-bit double C data types respectively. For integer data types, the associated Integer Width property can be defined in the range 1 to 64. You are not limited to the widths of C data types. The following table shows the mapping of variable integer widths (defined for the C Code Entry) to C data types.