|
NAMEcase_diffb - compare strings case-insensitivelySYNTAX#include <libowfat/case.h>int case_diffb(const void* a,size_t len,const void* b); DESCRIPTIONcase_diffb is similar to byte_diff. The difference is that for the comparison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.SEE ALSObyte_diff(3) Visit the GSP FreeBSD Man Page Interface. |