typedef
Go Up to Keywords, Alphabetical Listing Index
Category
Syntax
typedef <type definition> <identifier> ;
Description
Use the typedef keyword to assign the symbol name <identifier> to the data type definition <type definition>.
Go Up to Keywords, Alphabetical Listing Index
Category
Syntax
typedef <type definition> <identifier> ;
Description
Use the typedef keyword to assign the symbol name <identifier> to the data type definition <type definition>.