Whoops, looks like I messed up the printf statement here. It should be
printf("%s It's %d.\n", str, i).
printf("%s It's %d.\n", str, i)
Just goes to show that printf can be finicky...
Whoops, looks like I messed up the printf statement here. It should be
printf("%s It's %d.\n", str, i)
.Just goes to show that printf can be finicky...