Go to the documentation of this file.
9#if __SIZEOF_LONG__ == 8
22#define PRId64 __PRI64 "d"
23#define PRIx64 __PRI64 "x"
24#define PRIo64 __PRI64 "o"
25#define PRIu64 __PRI64 "u"
27#define PRIdPTR __PRIPTR "d"
28#define PRIoPTR __PRIPTR "o"
29#define PRIuPTR __PRIPTR "u"
30#define PRIxPTR __PRIPTR "x"