int32_t typedef

int32_t = int

Stands for int32_t in C.

Implementation

// ignore: camel_case_types
typedef int32_t = int;