Go to the first, previous, next, last section, table of contents.


Shorthand notation for Type Declarations

A type specifier can be used as a declaration identifier. (type-specifier {var}{*)} is taken as shorthand for (type type-specifier {var}{*)}.


Go to the first, previous, next, last section, table of contents.