case_diffb(3) debian man page | unix.com

Man Page: case_diffb

Operating Environment: debian

Section: 3

case_diffb(3)						     Library Functions Manual						     case_diffb(3)

NAME
case_diffb - compare strings case-insensitively
SYNTAX
#include <case.h> int case_diffb(const void* a,size_t len,const void* b);
DESCRIPTION
case_diffb is similar to byte_diff. The difference is that for the comparison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.
SEE ALSO
byte_diff(3) case_diffb(3)
Related Man Pages
case(3) - debian
strncmp(3) - freebsd
bstring(3) - netbsd
ssp(3) - netbsd
strncasecmp_l(3) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
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)?