Hello All!
I am trying to do something simple. Which is why our application is failing miserably;)
Anyway, I am attempting to use the itoa() - integer to ASCII function to convert an
integer value, lets say 123 into "123".
The code compiles successfully, however during the linking, it says undefined symbol "itoa". I did a search and found that the itoa() function is a non-standard implementation.
Can someone please assist? I remember sscanf or sprintf, and have used sprintf, but it
was unsuccessful.
Thanks in advance for your help!