managarm / mlibc

Portable C standard library
Other
851 stars 130 forks source link

Unimplemented printf specifier `%w` #1101

Open Dennisbonke opened 3 months ago

Dennisbonke commented 3 months ago

C23 adds wN and wfN length modifiers for [u]intN_t and [u]int_fastN_t respectively. Configure seems to test for those under some conditions. We should implement support for these.