36#define PRIdLEAST16 "d"
37#define PRIiLEAST16 "i"
38#define PRIoLEAST16 "o"
39#define PRIuLEAST16 "u"
40#define PRIxLEAST16 "x"
41#define PRIXLEAST16 "X"
50#define PRIdLEAST32 "d"
51#define PRIiLEAST32 "i"
52#define PRIoLEAST32 "o"
53#define PRIuLEAST32 "u"
54#define PRIxLEAST32 "x"
55#define PRIXLEAST32 "X"
64#define PRIdLEAST64 "d"
65#define PRIiLEAST64 "i"
66#define PRIoLEAST64 "o"
67#define PRIuLEAST64 "u"
68#define PRIxLEAST64 "x"
69#define PRIXLEAST64 "X"
_PUBLIC imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom)
_PUBLIC intmax_t strtoimax(const char *_RESTRICT nptr, char **_RESTRICT endptr, int base)
__UINTMAX_TYPE__ uintmax_t
_PUBLIC uintmax_t strtoumax(const char *_RESTRICT nptr, char **_RESTRICT endptr, int base)
_PUBLIC intmax_t imaxabs(intmax_t j)