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_l(3) - mojave |
| fstrcasecmp(3) - debian |
| fstrcmp(3) - debian |
| strncasecmp_l(3) - osx |
| strcasecmp(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |