SPC  Version 0.9.5
 All Files Functions Groups Pages
int

In SPC the int type is a signed 32-bit value.

This type can store values from INT_MIN to INT_MAX.

int x = 0xfff;
int y = -23;