uint8_t typedef

uint8_t = int

Stands for uint8_t in C.

Implementation

// ignore: camel_case_types
typedef uint8_t = int;