Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 1007 Bytes

File metadata and controls

46 lines (43 loc) · 1007 Bytes
title Function Attributes | 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
attributes [C]
attributes [C], reference topics
functions [C], attributes
function attributes
ms.assetid f0c03e20-94f2-47b5-a166-993a949a1a40
caps.latest.revision 8
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

Function Attributes

Microsoft Specific

The optional attribute-seq nonterminal allows you to select a calling convention on a per-function basis. You can also specify functions as __fastcall or __inline.

END Microsoft Specific

See Also

C Function Definitions