Hello,
I was wondering about the timeline for C23 library features being added to libSystem, specifically the %b printf format specifier for binary output.
Currently, printf("%b\n", 42) on macOS just prints b rather than the expected binary representation.
This and other C23 library additions would be great to have.
Are there plans to include these in an upcoming release?
Thank you.