Using the GNU Compiler Collection (GCC): Declarators implementation

Next: Statements implementation, Previous: Qualifiers implementation, Up: C Implementation   [Contents][Index]


4.11 Declarators

  • The maximum number of declarators that may modify an arithmetic, structure or union type (C90 6.5.4).

    GCC is only limited by available memory.