SYNOPSIS

size_t strcspn(const char * s, const char * reject);

ARGUMENTS

s

The string to be searched

reject

The string to avoid

COPYRIGHT