SYNOPSIS

size_t strspn(const char * s, const char * accept);

ARGUMENTS

s

The string to be searched

accept

The string to search for

COPYRIGHT