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