.\" (C) 2002 Ian Gulliver .TH firestring_strcasecmp 3 2002-03-31 .SH NAME firestring_strcasecmp \- .BR strcasecmp (3) provided as a replacement so programs can maintain ANSI C compliance .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_strcasecmp(const char * const " "s1" ", const char * const " "s2" ")" .SH DESCRIPTION firestring_strcasecmp() compares .I s1 and .I s2 in a case insensitive fashion. .SH RETURN VALUE Returns .I -1 if s1 < s2, .I 1 if s1 > s2, and and .I 0 if the strings match. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)