Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.21 KB

File metadata and controls

53 lines (45 loc) · 1.21 KB
title <cinttypes> | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid 18eb738c-aa74-4ed3-9cdd-049ef4c64b80
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

<cinttypes>

Includes the Standard C library header <inttypes.h>. Including this header also includes <cstdint>.

Syntax

#include <cinttypes>  
  

Remarks

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

See Also

<cstdint>
Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library