.\" (C) 2002 Ian Gulliver .TH firestring_estr_estrncasecmp 3 2002-06-10 .SH NAME firestring_estr_estrncasecmp \- compare two estring segments case-insensitively .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_estr_estrncasecmp(struct firestring_estr_t *" "estring1" ", struct firestring_estr_t *" "estring2" ", int " "length" ", int " "start" ")" .SH DESCRIPTION firestring_estr_estrncasecmp() compares .I lengths bytes of .I estring1 from .I start on with .I estring2 case-insensitively. .SH RETURN VALUE 0 if the string segments match; 1 if they do not. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)