DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
C language compilers

Declarators

A brief summary of the syntax of declarators:

   declarator:
   	pointer[opt] direct-declarator

direct-declarator: identifier ( declarator ) direct-declarator [ constant-expression[opt] ]

direct-declarator ( parameter-type-list ) direct-declarator ( identifier-list[opt] )

pointer: * type-qualifier-list[opt] * type-qualifier-list[opt] pointer

Pointer declarators

Array declarators

An array type of unknown size is known as an ``incomplete type''.

Function declarators

Examples:
Next topic: Function definitions
Previous topic: Storage class specifiers

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004