×

typedef

typedef is a reserved keyword in the programming languages C, C++, and Objective-C. It is used to create an additional name for another data type, but does not create a new type, except in the obscure case of a qualified typedef of an array type... Wikipedia