LibC: Don't undef needed values in inttypes.h

This commit is contained in:
Bananymous 2023-08-24 15:48:14 +03:00
parent 5c3497681e
commit 1a0d114861
1 changed files with 0 additions and 3 deletions

View File

@ -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);