int8_t typedef

int8_t = int

8-bit signed integer type.

Implementation

typedef int8_t = int;