Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 1.08 KB

File metadata and controls

52 lines (45 loc) · 1.08 KB
title <cstdint> | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
f1_keywords
<cstdint>
dev_langs
C++
ms.assetid 87afafb2-c630-4383-a2fc-a6b47c639e21
caps.latest.revision 15
author corob-msft
ms.author corob
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

<cstdint>

Includes the Standard C library header <stdint.h> and adds the associated names to the std namespace.

Syntax

#include <cstdint>  

Remarks

Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std namespace.

See Also

Header Files Reference
C++ Standard Library Overview