Name

typedef keyword — Declares a type synonym

Synopsis

               decl-specifier := typedef

A typedef declaration creates a synonym for an existing type. It does not create a new type (as class and enum do).