Adds include for missing inttype definitions. More...
Adds include for missing inttype definitions.
Definition in file inttypes.h.
Go to the source code of this file.
Macros | |
#define | PRIo64 "llo" |
Format string for octal 64-bit number. | |
#define | PRIx64 "llx" |
Format string for hexadecimal 64-bit number. | |
#define | PRIu64 "llu" |
Format string for unsigned 64-bit number. | |
#define | PRId64 "lld" |
Format string for signed 64-bit number. | |