unsigned_short typedef

unsigned_short = int

Stands for unsigned short in C.

Implementation

// ignore: camel_case_types
typedef unsigned_short = int;