EAGLE Help

char


The data type char is used to store single characters, like the letters of the alphabet, or small unsigned numbers.

A variable of type char has a size of 8 bit (one byte), and can store any value in the range 0..255.

See also Operators, Character Constants


Index Copyright © 2005 CadSoft Computer GmbH