typedef signed char INT8;
The INT8 type is an architecture-independent data type used to represent an 8-bit signed integer. It ensures consistent data width for variables across different hardware platforms.
INT8