OpenTP1 Version 7 Programming Reference C Language

[Contents][Index][Back][Next]

Integer type (basic data type)

Format

int_size [ int ]
unsigned int_size [ int ]
int_size unsigned [ int ]

Data type explanation

The following values can be set for the int_size:

The keyword int is optional and has no meaning. The keyword unsigned indicates an unsigned integer type; it can be set before or after a size keyword.