Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.1 KB

File metadata and controls

51 lines (46 loc) · 1.1 KB
title External Definitions | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
external definitions
external linkage, variable declarations
ms.assetid 41e37bfc-b360-43b1-9972-28af2d365b20
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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

Phrase Structure Grammar