This adds predefined formatting macros in C23 mode for printing unsigned integers in binary format (e.g, UINT_FAST64_FMTB). These are used to implement the PRIb (et al) macros in inttypes.h Fixes https://github.com/llvm/llvm-project/issues/81896 (Was previously reviewed in [82037](https://github.com/llvm/llvm-project/pull/82037), this is fixing some failures found post-commit.)
125 KiB
125 KiB