man firestring_estr_strcmp (Fonctions bibliothèques) - firestring_estr_strcmp - compare an estring and a string
NAME
firestring_estr_strcmp - compare an estring and a string
SYNOPSIS
#include <firestring.h>
-lfirestring
int firestring_estr_strcmp(struct firestring_estr_t *estring, const char *string)
DESCRIPTION
firestring_estr_strcmp() compares estring and string.
RETURN VALUE
0 if the strings match; 1 if they do not.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>