Synopsis
#include <string_f.h>
int strcmp_c(const char *s1, __code const char *s2);
Description
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.
Portability
strcmp_c is an extension provided by CrossWorks.