.\" (C) 2002 Ian Gulliver .TH firestring_estr_eends 3 2004-03-10 .SH NAME firestring_estr_eends \- check case-insensitively if an estring ends with an estring .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_estr_eends(struct firestring_estr_t *" "estring" ", struct firestring_estr_t *" "needle" ")" .SH DESCRIPTION firestring_estr_eends() checks case-insensitively if .I needle appears at the end of .IR estring . .SH RETURN VALUE 0 on success; 1 on failure. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)