size_t typedef

size_t = int

Stands for size_t in C.

Implementation

// ignore: camel_case_types
typedef size_t = int;