1case_starts(3)             Library Functions Manual             case_starts(3)
2
3
4

NAME

6       case_starts - compare prefixes of strings case-insensitively
7

SYNTAX

9       #include <case.h>
10
11       int case_starts(const char* a,const char* b);
12

DESCRIPTION

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

SEE ALSO

18       str_start(3)
19
20
21
22                                                                case_starts(3)
Impressum