strneqvcmp (3) Linux Manual Page
strneqvcmp – compare two strings with an equivalence mapping Synopsis #include <your-opts.h> cc[…] – o outfile infile.c – lopts[…] int strneqvcmp(char const *str1, char const *str2, int ct); Description Using a character mapping, two strings are compared for "equivalence". Each input character is mapped to a comparison character and the mapped-to characters are compared for…
