--int
In this section:
Syntax
--int {16|32} Parameters
16The size of the data type
intis 16 bits.32(default)The size of the data type
intis 32 bits.
For use with
All C-SPY drivers.
Description
Use this option to select whether the compiler uses 16 or 32 bits to represent the int data type.
See also
Integer types—an overview for more information about the size of the type int.
Caution
Project>Options>General Options>Target>Size of type ‘int’