fwcscmpi (3) Linux Manual Page
NAME fwcscmpi – fuzzy comparison of two wide-character strings SYNOPSIS #include <fstrcmp.h> #define FSTRCMPI_IDENTICAL #define FSTRCMPI_THRESHOLD #define FSTRCMPI_ERROR int fwcscmpi(const wchar_t *string1, const wchar_t *string2); DESCRIPTION The fwcscmpi() function compares the two wide-character strings, string1 and string2. RETURN VALUE The fwcscmpi function returns an int value between 0 and FSTRCMPI_IDENTICAL. A value of 0 means…
