Xen Test Framework
|
Local subset of C's inttypes.h. More...
Go to the source code of this file.
Macros | |
#define | __PRI64 "ll" |
#define | __PRIPTR |
#define | PRId32 "d" |
#define | PRIx32 "x" |
#define | PRIo32 "o" |
#define | PRIu32 "u" |
#define | PRId64 __PRI64 "d" |
#define | PRIx64 __PRI64 "x" |
#define | PRIo64 __PRI64 "o" |
#define | PRIu64 __PRI64 "u" |
#define | PRIdPTR __PRIPTR "d" |
#define | PRIoPTR __PRIPTR "o" |
#define | PRIuPTR __PRIPTR "u" |
#define | PRIxPTR __PRIPTR "x" |
Local subset of C's inttypes.h.
Definition in file inttypes.h.
#define __PRI64 "ll" |
Definition at line 13 of file inttypes.h.
#define __PRIPTR |
Definition at line 14 of file inttypes.h.
#define PRId32 "d" |
Definition at line 17 of file inttypes.h.
#define PRIx32 "x" |
Definition at line 18 of file inttypes.h.
#define PRIo32 "o" |
Definition at line 19 of file inttypes.h.
#define PRIu32 "u" |
Definition at line 20 of file inttypes.h.
#define PRId64 __PRI64 "d" |
Definition at line 22 of file inttypes.h.
#define PRIx64 __PRI64 "x" |
Definition at line 23 of file inttypes.h.
#define PRIo64 __PRI64 "o" |
Definition at line 24 of file inttypes.h.
#define PRIu64 __PRI64 "u" |
Definition at line 25 of file inttypes.h.
#define PRIdPTR __PRIPTR "d" |
Definition at line 27 of file inttypes.h.
#define PRIoPTR __PRIPTR "o" |
Definition at line 28 of file inttypes.h.
#define PRIuPTR __PRIPTR "u" |
Definition at line 29 of file inttypes.h.
#define PRIxPTR __PRIPTR "x" |
Definition at line 30 of file inttypes.h.