SPC  Version 0.9.5
 All Files Functions Groups Pages
char

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

The char type is often used to store the ASCII value of a single character. Use Character Constants page has more details about this usage.

char ch=12;
char test = 'A';