Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 812 Bytes

cinttypes.md

File metadata and controls

26 lines (19 loc) · 812 Bytes
description title ms.date ms.assetid
Learn more about: <cinttypes>
<cinttypes>
11/04/2016
18eb738c-aa74-4ed3-9cdd-049ef4c64b80

<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