You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a lot of stuff from Ali should be pulled out into a library that's not building off an actual standard. format(...), if it ever is implemented, should fall into that category.
duckinator
changed the title
implement printf(), format(), etc?
implement printf() and friends
Aug 17, 2021
#46 added a solid printf() implementation. I opened #48 about the functionality related to printing floating point numbers, since I feel that can be a separate thing.
It'd be good to have an actual printf(): http://en.cppreference.com/w/c/io/fprintf
But I do also want a more Python-esque
format()
:The text was updated successfully, but these errors were encountered: