int_least8_t Type (Scalar)

stdint.h

typedef signed char int_least8_t;

A signed type with at least 8 bits (specified by C99).

This type can be used when at least 8 bits of signed data storage are wanted. In GCC4TI, its size is exactly 8 bits.