i want to convert int to char
* in C without using itoa()
function.
Because on my Linux Systems i itoa
function is not there. i am using this code which i found from here
I want to run this function on Embedded devices also which are using Linux.
So i am looking for without use of itoa
.
I dnt want to use sprintf
also because its uses for just prints.
So any body please help me to figured out this problem.
Thanks