.\" (C) 2002 Ian Gulliver .TH firestring_estr_ends 3 2002-06-10 .SH NAME firestring_estr_ends \- check case-insensitively if an estring ends with a string .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_estr_ends(struct firestring_estr_t *" "estring" ", const char *" "string" ")" .SH DESCRIPTION firestring_estr_ends() checks case-insensitively if .I string 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)