Scroll to navigation

STRCSPN(9) Basic C Library Functions STRCSPN(9)

NAME

strcspn - Calculate the length of the initial substring of s which does not contain letters in reject

SYNOPSIS

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

ARGUMENTS

const char * s

The string to be searched

const char * reject

The string to avoid

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11