+ 1
for example:
typedef char C;
typedef unsigned long int ULONG;
typedef string str;
after do this, you can declare your variables like that,
C character;
ULONG number;
str name;
I mean you can make shortcuts for data types with long name