LibC: Don't undef needed values in inttypes.h
This commit is contained in:
parent
ce8e8e68f4
commit
7aaea786c2
|
@ -191,9 +191,6 @@ typedef struct
|
|||
#define SCNxMAX __PRI64_PREFIX "x"
|
||||
#define SCNxPTR __PRIPTR_PREFIX "x"
|
||||
|
||||
#undef __PRI64_PREFIX
|
||||
#undef __PRIPTR_PREFIX
|
||||
|
||||
intmax_t imaxabs(intmax_t);
|
||||
imaxdiv_t imaxdiv(intmax_t, intmax_t);
|
||||
intmax_t strtoimax(const char* __restrict nptr, char** __restrict endptr, int base);
|
||||
|
|
Loading…
Reference in New Issue