.\" (C) 2002 Ian Gulliver .TH firestring_estr_strcasecmp 3 2002-06-10 .SH NAME firestring_estr_strcasecmp \- compare an estring and a string case-insensitively .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_estr_strcasecmp(struct firestring_estr_t *" "estring" ", const char *" "string" ")" .SH DESCRIPTION firestring_estr_strcasecmp() compares .I estring and .I string case-insensitively. .SH RETURN VALUE 0 if the strings match; 1 if they do not. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)