itoa does not exist in the stdlib on linux. It is not standard. Do not use it if you want to write cross-platform program. But atoi exists. We can use sprintf to replace it in our program.
Posts Tagged ‘atoi’
itoa
Posted in Tech, tagged atoi on February 1, 2010 | 6 Comments »