|
NAMEfirestring_estr_strcasecmp - compare an estring and a string case-insensitivelySYNOPSIS#include <firestring.h>-lfirestring int firestring_estr_strcasecmp(struct firestring_estr_t *estring, const char *string) DESCRIPTIONfirestring_estr_strcasecmp() compares estring and string case-insensitively.RETURN VALUE0 if the strings match; 1 if they do not.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |