Steve <smorrey at gmail.com> writes:
> How much function call overhead is this incurring?
> Would it run faster if you took the digit function and just embedded
> it directly into the itoa function?
Should be 0, since he declared it to be inline. The compiler could
always ignore that, though. And may have done it already at a high
enough optimization level.
--Levi