case_diffs(3) Library Functions Manual case_diffs(3)NAMEcase_diffs - compare strings case-insensitivelySYNTAX#include <case.h> int case_diffs(const char* a,const char* b);DESCRIPTIONcase_diffs is similar to str_diff. The difference is that for the comparison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.SEE ALSOstr_diff(3) case_diffs(3)
| Related Man Pages |
|---|
| strncasecmp(3) - mojave |
| fstrcmpi(3) - debian |
| fstrcmp(3) - debian |
| strcasecmp(3) - netbsd |
| strncasecmp(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Introduction |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |