Compare an estring and a string case-insensitively
#include <firestring.h>
-lfirestring
int firestring_estr_strcasecmp(struct firestring_estr_t *estring, const char *string)
firestring_estr_strcasecmp() compares estring and string case-insensitively.
0 if the strings match; 1 if they do not.
Ian Gulliver <[email protected]>