<cstdint>

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

#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

Reference

C++ Standard Library Overview

Other Resources

C++ Standard Library Header Files