case_diffs(3) debian man page | unix.com

Man Page: case_diffs

Operating Environment: debian

Section: 3

case_diffs(3)						     Library Functions Manual						     case_diffs(3)

NAME
case_diffs - compare strings case-insensitively
SYNTAX
#include <case.h> int case_diffs(const char* a,const char* b);
DESCRIPTION
case_diffs is similar to str_diff. The difference is that for the comparison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.
SEE ALSO
str_diff(3) case_diffs(3)
Related Man Pages
strncasecmp_l(3) - mojave
strncasecmp(3) - mojave
fstrcmp(3) - debian
strncasecmp_l(3) - osx
strcasecmp(3) - netbsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?