unsigned_int typedef

unsigned_int = int

Stands for unsigned int in C.

Implementation

// ignore: camel_case_types
typedef unsigned_int = int;