mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
LibC: Add definition for PRIxPTR
This commit is contained in:
parent
16094baffc
commit
3526fbbc5f
1 changed files with 2 additions and 0 deletions
|
@ -48,9 +48,11 @@ __BEGIN_DECLS
|
|||
#ifndef __LP64__
|
||||
# define PRIx64 "llx"
|
||||
# define PRIX64 "llX"
|
||||
# define PRIxPTR "x"
|
||||
#else
|
||||
# define PRIx64 "lx"
|
||||
# define PRIX64 "lX"
|
||||
# define PRIxPTR "lx"
|
||||
#endif
|
||||
|
||||
#define __PRI64_PREFIX "ll"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue