int64_t typedef

int64_t = int

Stands for int64_t in C.

Implementation

// ignore: camel_case_types
typedef int64_t = int;