|
NAMEfirestring_estr_estrcasecmp - compare two estrings case-insensitivelySYNOPSIS#include <firestring.h>-lfirestring int firestring_estr_estrcasecmp(struct firestring_estr_t *estring1, struct firestring_estr_t *estring2, int start) DESCRIPTIONfirestring_estr_estrcasecmp() compares estring1 from start on with estring2 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. |