[libc-commits] [libc] [libc] Support C23 'b' (binary) modifier in printf (PR #80851)

via libc-commits libc-commits at lists.llvm.org
Tue Feb 6 09:56:53 PST 2024


https://github.com/michaelrj-google commented:

Overall this looks good, you do need to add support for the `0b` prefix, which you can find in `int_converter.h`. Just search for `prefix_len` and you'll find it.

https://github.com/llvm/llvm-project/pull/80851


More information about the libc-commits mailing list