unsigned_long typedef

unsigned_long = int

Stands for unsigned long in C.

Implementation

// ignore: camel_case_types
typedef unsigned_long = int;