|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include <stdint.h>

Go to the source code of this file.
Macros | |
| #define | PRId8 "hhd" |
| #define | PRIi8 "hhi" |
| #define | PRIo8 "hho" |
| #define | PRIu8 "hhu" |
| #define | PRIx8 "hhx" |
| #define | PRIX8 "hhX" |
| #define | PRId16 "hd" |
| #define | PRIi16 "hi" |
| #define | PRIo16 "ho" |
| #define | PRIu16 "hu" |
| #define | PRIx16 "hx" |
| #define | PRIX16 "hX" |
| #define | PRId32 "d" |
| #define | PRIi32 "i" |
| #define | PRIo32 "o" |
| #define | PRIu32 "u" |
| #define | PRIx32 "x" |
| #define | PRIX32 "X" |
| #define | PRId64 "lld" |
| #define | PRIi64 "lli" |
| #define | PRIo64 "llo" |
| #define | PRIu64 "llu" |
| #define | PRIx64 "llx" |
| #define | PRIX64 "llX" |
| #define | PRIdMAX "jd" |
| #define | PRIiMAX "ji" |
| #define | PRIoMAX "jo" |
| #define | PRIuMAX "ju" |
| #define | PRIxMAX "jx" |
| #define | PRIXMAX "jX" |
| #define | PRIdPTR "td" |
| #define | PRIiPTR "ti" |
| #define | PRIoPTR "to" |
| #define | PRIuPTR "tu" |
| #define | PRIxPTR "tx" |
| #define | PRIXPTR "tX" |
| lib/inttypes.h More... | |
| #define PRId16 "hd" |
Definition at line 13 of file inttypes.h.
| #define PRId32 "d" |
Definition at line 20 of file inttypes.h.
| #define PRId64 "lld" |
Definition at line 27 of file inttypes.h.
| #define PRId8 "hhd" |
Definition at line 6 of file inttypes.h.
| #define PRIdMAX "jd" |
Definition at line 34 of file inttypes.h.
| #define PRIdPTR "td" |
Definition at line 41 of file inttypes.h.
| #define PRIi16 "hi" |
Definition at line 14 of file inttypes.h.
| #define PRIi32 "i" |
Definition at line 21 of file inttypes.h.
| #define PRIi64 "lli" |
Definition at line 28 of file inttypes.h.
| #define PRIi8 "hhi" |
Definition at line 7 of file inttypes.h.
| #define PRIiMAX "ji" |
Definition at line 35 of file inttypes.h.
| #define PRIiPTR "ti" |
Definition at line 42 of file inttypes.h.
| #define PRIo16 "ho" |
Definition at line 15 of file inttypes.h.
| #define PRIo32 "o" |
Definition at line 22 of file inttypes.h.
| #define PRIo64 "llo" |
Definition at line 29 of file inttypes.h.
| #define PRIo8 "hho" |
Definition at line 8 of file inttypes.h.
| #define PRIoMAX "jo" |
Definition at line 36 of file inttypes.h.
| #define PRIoPTR "to" |
Definition at line 43 of file inttypes.h.
| #define PRIu16 "hu" |
Definition at line 16 of file inttypes.h.
| #define PRIu32 "u" |
Definition at line 23 of file inttypes.h.
| #define PRIu64 "llu" |
Definition at line 30 of file inttypes.h.
| #define PRIu8 "hhu" |
Definition at line 9 of file inttypes.h.
| #define PRIuMAX "ju" |
Definition at line 37 of file inttypes.h.
| #define PRIuPTR "tu" |
Definition at line 44 of file inttypes.h.
| #define PRIx16 "hx" |
Definition at line 17 of file inttypes.h.
| #define PRIX16 "hX" |
Definition at line 18 of file inttypes.h.
| #define PRIx32 "x" |
Definition at line 24 of file inttypes.h.
| #define PRIX32 "X" |
Definition at line 25 of file inttypes.h.
| #define PRIx64 "llx" |
Definition at line 31 of file inttypes.h.
| #define PRIX64 "llX" |
Definition at line 32 of file inttypes.h.
| #define PRIx8 "hhx" |
Definition at line 10 of file inttypes.h.
| #define PRIX8 "hhX" |
Definition at line 11 of file inttypes.h.
| #define PRIxMAX "jx" |
Definition at line 38 of file inttypes.h.
| #define PRIXMAX "jX" |
Definition at line 39 of file inttypes.h.
| #define PRIxPTR "tx" |
Definition at line 45 of file inttypes.h.
| #define PRIXPTR "tX" |
Definition at line 46 of file inttypes.h.
1.8.16