char typedef

char = int

Stands for char in C.

Implementation

// ignore: camel_case_types
typedef char = int;