EXTERN (MASM)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at EXTERN (MASM).

Defines one or more external variables, labels, or symbols called name whose type is type.

Syntax

  
   EXTERN [[langtype]] name [[(altid)]] :  
type [[, [[langtype]] name [[(altid)]] :type]]...  

Remarks

The type can be ABS, which imports name as a constant. Same as EXTRN.

See Also

Directives Reference