Hi,
What strings functions are included with the TI Code Composer compiler? Is there any documentation?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
What strings functions are included with the TI Code Composer compiler? Is there any documentation?
Thanks
strings functions are not included in any compiler itself. string functions are simply code, same as what you write, and the compiler does not care whether there are or not.
If there are any, they are included in a library which may come (or not) with the compiler. If so, the header files you installed with the compiler will tell you (and the compiler) which functions are available.
You do not tell about which version of CC you're talking about and whether CCS or CCE. While I don't know any of them, it may very well be that there are more or less significant diffferences between them in this respect.
Tom
**Attention** This is a public forum