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

FreeBSD Manual Pages

  
 
  

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

NAME
     case_starts - compare prefixes of strings case-insensitively

SYNTAX
     #include <libowfat/case.h>

     int case_starts(const char* a,const char* b);

DESCRIPTION
     case_starts returns 1 if b is a prefix of a, 0 otherwise.	For this compar-
     ison, 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.

SEE ALSO
     str_start(3)

								  case_starts(3)

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

home | help