All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
inttypes.h File Reference

Adds include for missing inttype definitions. More...

Detailed Description

Adds include for missing inttype definitions.

Author
Martine Lenders mlend.nosp@m.ers@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de

Definition in file inttypes.h.

+ This graph shows which files directly or indirectly include this file:

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.