1str_start(3) Library Functions Manual str_start(3)
23
4
NAME
6str_start - compare prefixes of strings
7
SYNTAX
9#include <str.h>
1011
size_t str_start(const char* a,const char* b);
12
DESCRIPTION
14str_start returns 1 if b is a prefix of a, 0 otherwise.
15
SEE ALSO
17strncmp(3)
1819
20
21
str_start(3)