cs_strcmp
#define CS_STREQU(A, B) (cs_strcmp((A), (B)) == 0)
int cs_strcmp(char *, char *);
cs_strcmp(s1, s2)