Integer type (basic data type)
Format
int_size [ 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.