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

FreeBSD Manual Pages

  
 
  

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

NAME
     case_diffs - compare strings case-insensitively

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

SEE ALSO
     str_diff(3)

								   case_diffs(3)

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

home | help