I searched the web and saw a lot of code that uses the itoa () function, and they claimed that this function is in stdlib.h
I am using 2 versions of GCC right now:
and both of them do not have the itoa () function (I am compiling the program and the error: undefined reference to `itoa ').
Any ideas? Thanks.
source
share