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.

Generic C functions in library

Which document describes C functions that are included in libraries, specifically the ones that are related to C2000 family and are located in

C:\Program Files (x86)\Texas Instruments\ccsv4\tools\compiler\c2000\include.

To be precise, I'm interested in functions in stdlib.h, string.h, ctype.h.

  • Arsen,

    TI's runtime support library (RTS) is fully compilant with the standard C runtime support libraries, therefore we don't describe these in our documentation as there are lots of internet and book references about the subject - I particularly like http://www.cplusplus.com but there are many other references.

    You can also check the RTS implementation by looking at its source code - it is provided with the code generation tools installation (under lib directory) and, depending on the version, it comes in a text file <rts.src> or ZIP file <rtssrc.zip>.

    Hope this helps,

    Rafael