Quick question: I use codesourcery g++ lite for arm-none-eabi. I made a search in the include folder to see if there is secure function like strcpy_s and sprintf_s, but I got no result.
Does codesourcery provide theses secure function (maybe under a different name?)
On the Mentor Graphics web site I didn't found an answer to this question (either on google...).
Do I have to add a third party version of this functions in my project?