int8_t Type (Scalar)

stdint.h

typedef signed char int8_t;

An 8-bit signed fixed-width type specified by C99.

This type can be used when exactly 8 bits of signed data storage are wanted.