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.

arm compiler includes documentation

Him

A typical CCS project for TMS570HDK/RM48HDK includes a lot of "standard" header from TI /on my system /ti/ccsv5/tools/compiler/arm_5.0.4/include). In that headers there are a lot of potentially useful stuff like threads, standard algorithms, std:lib objects, stdio, ecc. but for a lot of them I can hardly imagine the effects on a typical microcontroller application (for example: what's the effect of a printf? what file operation are meant for? ...). Perhaps I'm missing something...

Do this headers refers to a ever-linked "std" library?

Where can I found documentation about?

Thank you