Tool/software: Code Composer Studio
Hello,
Not sure why C++ library include does not find (itoa()) in (18.12.2.LTS) but does find (atoi()) and both appear to be present in the stdlib.h file. Rebuild index has no effect to flush an other project linked source path to an added source file mock itoa() in the project tree. Older versions of compiler did not include (itoa()) thus programmers added a name like iota but function does not seem to correctly convert integers (0-9) into ASCII characters. Instead it was configured for a mock iota to find integer to character string lengths.
Seemingly it is important for standard library C++ language calls to work coincidentally with TI tool chains. How can my project without mock iota() be made to use C++ iota() via #include <stdlib.h>? CCS9.1