- imaxabs
intmax_t imaxabs(intmax_t j)
- imaxdiv
imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom)
- strtoimax
intmax_t strtoimax(char* nptr, char** endptr, int base)
- strtoumax
uintmax_t strtoumax(char* nptr, char** endptr, int base)
- wcstoimax
intmax_t wcstoimax(wchar_t* nptr, wchar_t** endptr, int base)
- wcstoumax
uintmax_t wcstoumax(wchar_t* nptr, wchar_t** endptr, int base)
D header file for C99.
This module contains bindings to selected types and functions from the standard C header <_inttypes.h>. Note that this is not automatically generated, and may omit some types/functions from the original C header.