Closed Dennisbonke closed 2 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.
b
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.