[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
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   "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"
 

Macro Definition Documentation

◆ PRId16

#define PRId16   "hd"

◆ PRId32

#define PRId32   "d"

◆ PRId64

#define PRId64   "lld"

◆ PRId8

#define PRId8   "hhd"

◆ PRIdMAX

#define PRIdMAX   "jd"

◆ PRIdPTR

#define PRIdPTR   "td"

◆ PRIi16

#define PRIi16   "hi"

◆ PRIi32

#define PRIi32   "i"

◆ PRIi64

#define PRIi64   "lli"

◆ PRIi8

#define PRIi8   "hhi"

◆ PRIiMAX

#define PRIiMAX   "ji"

◆ PRIiPTR

#define PRIiPTR   "ti"

◆ PRIo16

#define PRIo16   "ho"

◆ PRIo32

#define PRIo32   "o"

◆ PRIo64

#define PRIo64   "llo"

◆ PRIo8

#define PRIo8   "hho"

◆ PRIoMAX

#define PRIoMAX   "jo"

◆ PRIoPTR

#define PRIoPTR   "to"

◆ PRIu16

#define PRIu16   "hu"

◆ PRIu32

#define PRIu32   "u"

◆ PRIu64

#define PRIu64   "llu"

◆ PRIu8

#define PRIu8   "hhu"

◆ PRIuMAX

#define PRIuMAX   "ju"

◆ PRIuPTR

#define PRIuPTR   "tu"

◆ PRIx16

#define PRIx16   "hx"

◆ PRIX16

#define PRIX16   "hX"

◆ PRIx32

#define PRIx32   "x"

◆ PRIX32

#define PRIX32   "X"

◆ PRIx64

#define PRIx64   "llx"

◆ PRIX64

#define PRIX64   "llX"

◆ PRIx8

#define PRIx8   "hhx"

◆ PRIX8

#define PRIX8   "hhX"

◆ PRIxMAX

#define PRIxMAX   "jx"

◆ PRIXMAX

#define PRIXMAX   "jX"

◆ PRIxPTR

#define PRIxPTR   "tx"

◆ PRIXPTR

#define PRIXPTR   "tX"