print_number() - an alternative for sprintf()
In most situations this probably falls clearly into the category of premature optimization, but if you need that extra ounce of efficiency in a situation where you're converting a numeric value into its ascii equivalent via sprintf(), you might find this print_number() solution useful.
It has precisely