#include <string_f.h>
int strcmp_c(const char *s1, __code const char *s2);
strcmp_c compares the string pointed to by s1 to the string pointed to by s2. strcmp_c returns an integer greater than, equal to, or less than zero if the string pointed to by s1 is greater than, equal to, or less than the string pointed to by s2.
strcmp_c is an extension provided by CrossWorks.