Skip to content

Latest commit

 

History

History
49 lines (46 loc) · 1.09 KB

File metadata and controls

49 lines (46 loc) · 1.09 KB
title Pragmas | 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
pragmas, about pragmas
ms.assetid 3ce8aced-53ee-4524-87d0-f998d6977ff5
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

Pragmas

ANSI 3.8.6 The behavior on each recognized #pragma directive.

The following C Pragmas are defined for the Microsoft C compiler:

alloc_text data_seg include_alias setlocale
auto_inline function intrinsic warning
check_stack hdrstop message
code_seg inline_depth optimize
comment inline_recursion pack

See Also

Preprocessing Directives