int16_t typedef

int16_t = int

Stands for int16_t in C.

Implementation

// ignore: camel_case_types
typedef int16_t = int;