Definitions for "Typedef"
A mechanism for providing a new name for an existing type. Often used to clarify the use of a complicated type.
C and C++ programming languages. It is used to give a data type a new name. The intent is to make it easier for programmers to comprehend source code.