%i not working in printf as documented in tutorials
printf ("%i",1.234) should print "1" not "1.234"
1
vote
David Weeks
shared this idea
printf ("%i",1.234) should print "1" not "1.234"