Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 701 Bytes

public-masm.md

File metadata and controls

30 lines (26 loc) · 701 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
PUBLIC (MASM) | Microsoft Docs
11/04/2016
cpp-tools
article
public
C++
PUBLIC directive
56e15a68-8a35-4bdd-b1ec-a38cbbf1c582
6
corob-msft
corob
ghogen

PUBLIC (MASM)

Makes each variable, label, or absolute symbol specified as name available to all other modules in the program.

Syntax

  
PUBLIC [[langtype]] name [[, [[langtype]] name]]...  

See Also

Directives Reference