logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

case_starts - compare prefixes of strings case-insensitively

Description

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

Name

       case_starts - compare prefixes of strings case-insensitively

See Also

str_start(3)

                                                                                                  case_starts(3)

Syntax

#include<libowfat/case.h>

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

See Also