<cinttypes>

包含標準 C 連結庫標頭 <inttypes.h>。 包含此標頭也包含 <cstdint>。

語法

#include <cinttypes>

備註

包含此標頭可保證,透過使用 Standard C 程式庫標頭中的外部連結所宣告的名稱會在 std 命名空間中宣告。

另請參閱

<cstdint>
標頭檔參考
C++ 標準程式庫概觀
C++ 標準程式庫中的執行緒安全