LibC: Add definition for PRIxMAX
This commit is contained in:
parent
0a3c2d5a8f
commit
99f315bda1
Notes:
sideshowbarker
2024-07-17 20:56:40 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/99f315bda14 Pull-request: https://github.com/SerenityOS/serenity/pull/11867 Reviewed-by: https://github.com/linusg
1 changed files with 2 additions and 0 deletions
|
@ -50,10 +50,12 @@ __BEGIN_DECLS
|
|||
#ifndef __x86_64__
|
||||
# define PRIx64 "llx"
|
||||
# define PRIX64 "llX"
|
||||
# define PRIxMAX "llx"
|
||||
# define PRIxPTR "x"
|
||||
#else
|
||||
# define PRIx64 "lx"
|
||||
# define PRIX64 "lX"
|
||||
# define PRIxMAX "lx"
|
||||
# define PRIxPTR "lx"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue