company logo

Type definition

Keywords:  type definition

A type definition consists of a local type definition succeeded by a number of declarators, which refer to instances of the defined type. Type definitions are supported for compatibility reasons, only. Type definitions cannot be used for defining persistent data types.

Definition: 

type_def := [update_option] _typedef type_spec [ declarators ] ';'