typedef

C++ Reference

typedef
Syntax:
  typedef existing-type new-type;

The typedef keyword allows you to create a new type from an existing type.