NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
Character Constants

Character constants in NXC are delimited with single quote characters and may contain a single ASCII character.

The value of a character constant is the numeric ASCII value of the character.

char ch = 'a'; // ch == 97