int_fast8_t Type (Scalar)

stdint.h

typedef short int_fast8_t;

The fastest 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, and speed is more of a concern than size. In GCC4TI, its size is 16 bits.