int8_t typedef

int8_t = int

Stands for int8_t in C.

Implementation

// ignore: camel_case_types
typedef int8_t = int;