STRNCMP
matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
char *STRNCMP(); /* a different kind of strncmp */
if (!STRNCMP(s,cp,i) && !isidchr(cp[i]))