|
大小: 629
备注:
|
← 于2008-02-23 15:34:55修订的的版本4 ⇥
大小: 728
备注: converted to 1.6 markup
|
| 删除的内容标记成这样。 | 加入的内容标记成这样。 |
| 行号 1: | 行号 1: |
| ## page was renamed from TCPL/A.08.5 Declarators ## page was renamed from TCPL/A.8.5 Declarators |
A.8.5 Declarators
Declarators have the syntax:
- declarator:
- pointeropt direct-declarator
- identifier (declarator) direct-declarator [ constant-expressionopt ] direct-declarator ( parameter-type-list ) direct-declarator ( identifier-listopt )
- type-qualifier-listopt
- type-qualifier-listopt pointer
- type-qualifier type-qualifier-list type-qualifier
The structure of declarators resembles that of indirection, function, and array expressions; the grouping is the same.