The functions for greatest-width integer types are as follows.
Table 7.5
Functions for Greatest-Width Integer Types
Function Name
Outline
imaxabs [V1.07 or later]
Output of absolute value (intmax_t type) (C99)
imaxdiv [V1.07 or later]
Division (intmax_t type) (C99)
strtoimax [V1.07 or later]
Conversion of character string to integer (intmax_t type) and storing pointer to last character string (C99)
strtoumax [V1.07 or later]
Conversion of character string to integer (uintmax_t type) and storing pointer to last character string (C99)