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

NAME

6       str_start - compare prefixes of strings
7

SYNTAX

9       #include <str.h>
10
11       size_t str_start(const char* a,const char* b);
12

DESCRIPTION

14       str_start returns 1 if b is a prefix of a, 0 otherwise.
15

SEE ALSO

17       strncmp(3)
18
19
20
21                                                                  str_start(3)
Impressum