I am trying to convert a number to a string. The C book I have states
that the function is in stdlib.h, For example, the syntax for itoa() is:
Have a look at sprintf() (or better, snprintf()).
Segher
I am trying to convert a number to a string. The C book I have states
that the function is in stdlib.h, For example, the syntax for itoa() is: