libc: Add octal specifiers to inttypes.h
This commit is contained in:
parent
0fed45d1c6
commit
f7e8fd9cb8
@ -49,6 +49,20 @@
|
||||
#define PRIuFAST64 __PRI64_PREFIX "u"
|
||||
#define PRIuMAX __PRI64_PREFIX "u"
|
||||
#define PRIuPTR __PRI64_PREFIX "u"
|
||||
#define PRIo8 "o"
|
||||
#define PRIo16 "o"
|
||||
#define PRIo32 "o"
|
||||
#define PRIo64 __PRI64_PREFIX "o"
|
||||
#define PRIoLEAST8 "o"
|
||||
#define PRIoLEAST16 "o"
|
||||
#define PRIoLEAST32 "o"
|
||||
#define PRIoLEAST64 __PRI64_PREFIX "o"
|
||||
#define PRIoFAST8 "o"
|
||||
#define PRIoFAST16 "o"
|
||||
#define PRIoFAST32 "o"
|
||||
#define PRIoFAST64 __PRI64_PREFIX "o"
|
||||
#define PRIoMAX __PRI64_PREFIX "o"
|
||||
#define PRIoPTR __PRI64_PREFIX "o"
|
||||
#define PRIx8 "x"
|
||||
#define PRIx16 "x"
|
||||
#define PRIx32 "x"
|
||||
|
Loading…
Reference in New Issue
Block a user