2.1.4.1 __int8

msdn link

An 8-bit signed integer (range: –128 to 127 decimal). The first bit, the most significant bit (MSB), is the signing bit. This type can be specified as unsigned by using the unsigned data-type modifier. As an unsigned __int8, the range is from 0 to 255 decimal.