printf
printf copied to clipboard
A C printf implementation for Haxe.
Results
2
printf issues
Sort by
recently updated
recently updated
newest added
Printf.format("%.8f", [0.0000001]); This line gives unexpected result. Epected result: 0.00000010
Hi Michael, I'm in need of the positional feature (eg "%2$s" for second parameter) and encounter this error on run-time (from the example you gave): ``` $ neko test.n Called...