1 2 3 4 5 6
#ifndef _STDINT_H /* NB: Clang 20 defines them as built-in macros. */ #undef __INT64_C #undef __UINT64_C #include <stdlib/stdint.h> #endif