stdint.h 140 B

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