Skip to content

Implement almost all of printf

jD91mZM2 requested to merge printf into master

Implements almost all of printf: Padding, precision, flags, etc. Fixes a bug with netsurf. Some test outputs seem to be identical to the output of glibc thanks to this 😄

Merge request reports