SPC  Version 0.9.5
 All Files Functions Groups Pages
bool

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

Normally you would only store a zero or one in a variable of this type.

bool flag=true;