Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
case_diffb(3)		    Library Functions Manual		   case_diffb(3)

NAME
     case_diffb - compare strings case-insensitively

SYNTAX
     #include <libowfat/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 compar-
     ison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.

SEE ALSO
     byte_diff(3)

								   case_diffb(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_case_diffb&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help