inttypes.h
Overview
Related Modules:
Description:
Provides functions and related data structures for conversion between character strings and plural.
You can use the functions provided in this file to perform operations related to wide character types during development, for example, performing a division operation, converting a character string to an imax-type parameter, or converting a character string to an umax-type parameter.
Since:
1.0
Version:
1.0
Summary
Data Structures
Functions
imaxabs (intmax_t j) |
Calculates the absolute value of an input parameter of the integer type. |
imaxdiv (intmax_t numerator, intmax_t denominator) |
Calculates the quotient and remainder after the division operation is performed on an integer. |
strtoimax (const char str, char **endptr, int base) |
|
strtoumax (const char str, char endptr, int base) |
|
wcstoimax (const wchar_t *str, wchar_t endptr, int base) |
|
wcstoumax (const wchar_t str, wchar_t *endptr, int base) |