managarm / mlibc

Portable C standard library
Other
851 stars 130 forks source link

Unimplemented printf specifier `%b` #1103

Closed Dennisbonke closed 2 months ago

Dennisbonke commented 3 months ago

autotools configure checks if we support b in our printf implementation. According to the internet, this is a glibc extension that formats integral numbers using binary digits. We should implement this, or at least not crash on it.