You copied the Doc URL to your clipboard.
strcasecmp()
Defined in string.h, the strcasecmp()
function performs a case-insensitive string comparison test.
Syntax
extern
_ARMABIint
strcasecmp(const char
*s1,const char
*s2);