名稱空間
變體
操作

標準庫標頭檔案 <inttypes.h> (C99)

來自 cppreference.com

此標頭檔案是型別支援庫的一部分,特別是它是整數型別格式轉換介面的一部分。

[編輯] 概要

intmax_t imaxabs(intmax_t j);
imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);
intmax_t strtoimax(const char* restrict nptr, char** restrict endptr, int base);
uintmax_t strtoumax(const char* restrict nptr, char** restrict endptr, int base);
intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);