coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
inttypes.h File Reference
#include <stdint.h>
Include dependency graph for inttypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRId8   "d"
 
#define PRIi8   "i"
 
#define PRIu8   "u"
 
#define PRIo8   "o"
 
#define PRIx8   "x"
 
#define PRIX8   "X"
 
#define PRId16   "d"
 
#define PRIi16   "i"
 
#define PRIu16   "u"
 
#define PRIo16   "o"
 
#define PRIx16   "x"
 
#define PRIX16   "X"
 
#define PRId32   "d"
 
#define PRIi32   "i"
 
#define PRIu32   "u"
 
#define PRIo32   "o"
 
#define PRIx32   "x"
 
#define PRIX32   "X"
 
#define PRId64   "lld"
 
#define PRIi64   "lli"
 
#define PRIu64   "llu"
 
#define PRIo64   "llo"
 
#define PRIx64   "llx"
 
#define PRIX64   "llX"
 
#define PRIdPTR   "ld"
 
#define PRIiPTR   "li"
 
#define PRIuPTR   "lu"
 
#define PRIoPTR   "lo"
 
#define PRIxPTR   "lx"
 
#define PRIXPTR   "lX"
 
#define PRIdMAX   "jd"
 
#define PRIiMAX   "ji"
 
#define PRIuMAX   "ju"
 
#define PRIoMAX   "jo"
 
#define PRIxMAX   "jx"
 
#define PRIXMAX   "jX"
 

Macro Definition Documentation

◆ PRId16

#define PRId16   "d"

Definition at line 17 of file inttypes.h.

◆ PRId32

#define PRId32   "d"

Definition at line 25 of file inttypes.h.

◆ PRId64

#define PRId64   "lld"

Definition at line 33 of file inttypes.h.

◆ PRId8

#define PRId8   "d"

Definition at line 9 of file inttypes.h.

◆ PRIdMAX

#define PRIdMAX   "jd"

Definition at line 49 of file inttypes.h.

◆ PRIdPTR

#define PRIdPTR   "ld"

Definition at line 41 of file inttypes.h.

◆ PRIi16

#define PRIi16   "i"

Definition at line 18 of file inttypes.h.

◆ PRIi32

#define PRIi32   "i"

Definition at line 26 of file inttypes.h.

◆ PRIi64

#define PRIi64   "lli"

Definition at line 34 of file inttypes.h.

◆ PRIi8

#define PRIi8   "i"

Definition at line 10 of file inttypes.h.

◆ PRIiMAX

#define PRIiMAX   "ji"

Definition at line 50 of file inttypes.h.

◆ PRIiPTR

#define PRIiPTR   "li"

Definition at line 42 of file inttypes.h.

◆ PRIo16

#define PRIo16   "o"

Definition at line 20 of file inttypes.h.

◆ PRIo32

#define PRIo32   "o"

Definition at line 28 of file inttypes.h.

◆ PRIo64

#define PRIo64   "llo"

Definition at line 36 of file inttypes.h.

◆ PRIo8

#define PRIo8   "o"

Definition at line 12 of file inttypes.h.

◆ PRIoMAX

#define PRIoMAX   "jo"

Definition at line 52 of file inttypes.h.

◆ PRIoPTR

#define PRIoPTR   "lo"

Definition at line 44 of file inttypes.h.

◆ PRIu16

#define PRIu16   "u"

Definition at line 19 of file inttypes.h.

◆ PRIu32

#define PRIu32   "u"

Definition at line 27 of file inttypes.h.

◆ PRIu64

#define PRIu64   "llu"

Definition at line 35 of file inttypes.h.

◆ PRIu8

#define PRIu8   "u"

Definition at line 11 of file inttypes.h.

◆ PRIuMAX

#define PRIuMAX   "ju"

Definition at line 51 of file inttypes.h.

◆ PRIuPTR

#define PRIuPTR   "lu"

Definition at line 43 of file inttypes.h.

◆ PRIx16

#define PRIx16   "x"

Definition at line 21 of file inttypes.h.

◆ PRIX16

#define PRIX16   "X"

Definition at line 22 of file inttypes.h.

◆ PRIx32

#define PRIx32   "x"

Definition at line 29 of file inttypes.h.

◆ PRIX32

#define PRIX32   "X"

Definition at line 30 of file inttypes.h.

◆ PRIx64

#define PRIx64   "llx"

Definition at line 37 of file inttypes.h.

◆ PRIX64

#define PRIX64   "llX"

Definition at line 38 of file inttypes.h.

◆ PRIx8

#define PRIx8   "x"

Definition at line 13 of file inttypes.h.

◆ PRIX8

#define PRIX8   "X"

Definition at line 14 of file inttypes.h.

◆ PRIxMAX

#define PRIxMAX   "jx"

Definition at line 53 of file inttypes.h.

◆ PRIXMAX

#define PRIXMAX   "jX"

Definition at line 54 of file inttypes.h.

◆ PRIxPTR

#define PRIxPTR   "lx"

Definition at line 45 of file inttypes.h.

◆ PRIXPTR

#define PRIXPTR   "lX"

Definition at line 46 of file inttypes.h.