1STRCSPN(9) Basic C Library Functions STRCSPN(9)
23
4
NAME
6strcspn - Calculate the length of the initial substring of s which does
7not contain letters in reject
8
SYNOPSIS
10size_t strcspn(const char * s, const char * reject);
11
ARGUMENTS
13s
14The string to be searched
1516
reject
17The string to avoid
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 STRCSPN(9)