Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
str_start(3) - Linux man page
Name
str_start - compare prefixes of strings
Syntax
#include <str.h>
size_t
str_start
(const char*
a
,const char*
b
);
Description
str_start returns 1 if
b
is a prefix of
a
, 0 otherwise.
See Also
strncmp
(3)
Referenced By
case_starts
(3)