Skip to main content

IAR Embedded Workbench for RX 5.20

--int

In this section:
Syntax
--int {16|32} 
Parameters
16

The size of the data type int is 16 bits.

32 (default)

The size of the data type int is 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’