I'm searching for a way to convert an int into a string without the use of itoa. I can't use itoa because I run the code on a unix machine and it only has the standard functions. And itoa() is not partof them.
So do you have an idea on how to convert an into into a string without itoa()?