Hi,
anyone knows better function than itoa() in C, cos i just want to convert a signed char to a ascii string.
Thanks
Hi,
anyone knows better function than itoa() in C, cos i just want to convert a signed char to a ascii string.
Thanks
What constitutes a better function?
i want it to be faster than itoa(), cos itoa convert a integer to ascii string, but here i just have a signed char
What's the problem with just promoting it?
Neil
i want it to be faster than itoa()
And just how fast do you need it to be?