Oxygen

typedef
ACTION: define a set of types (C syntax)
USE: create type definitions for creating other types
EXAMPLE:
'          typedef Double *pDouble

RELATED: type struct class union enum