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.

strcasecmp -->function declared implicitly

In linux, there is the api for strcasecmp

In CCS, how could I use strcasecmp?

I have include <string.h>, but after I build code, it shows the following warning...

function declared implicitly