You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
361 B
Groff
13 lines
361 B
Groff
.TH case_diffb 3
|
|
.SH NAME
|
|
case_diffb \- compare strings case-insensitively
|
|
.SH SYNTAX
|
|
.B #include <libowfat/case.h>
|
|
|
|
int \fBcase_diffb\fP(const void* \fIa\fR,size_t \fIlen\fR,const void* \fIb\fR);
|
|
.SH DESCRIPTION
|
|
case_diffb is similar to byte_diff. The difference is that for the
|
|
comparison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.
|
|
.SH "SEE ALSO"
|
|
byte_diff(3)
|