Compartir a través de


External Definitions

  • translation-unit:
    external-declaration

    translation-unit external-declaration

  • external-declaration:       /* Allowed only at external (file) scope */
    function-definition

    declaration

  • function-definition:         /* Declarator here is the function declarator */
    declaration-specifiers optdeclarator declaration-list optcompound-statement

See Also

Reference

Phrase Structure Grammar