fstrcolli (3) Linux Manual Page
NAME fstrcolli – fuzzy comparison of two strings using the current locale SYNOPSIS #include <fstrcmp.h> #define FSTRCMP_IDENTICAL #define FSTRCMP_THRESHOLD #define FSTRCMP_ERROR int fstrcolli(const char *string1, const char *string2); DESCRIPTION The strcolli() function compares the two strings sting1 and string2. The comparison is based on strings interpreted as appropriate for the program’s current locale for category…
