1STRCSPN(9)                 Basic C Library Functions                STRCSPN(9)
2
3
4

NAME

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

SYNOPSIS

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

ARGUMENTS

13       s
14           The string to be searched
15
16       reject
17           The string to avoid
18
20Kernel Hackers Manual 3.10         June 2019                        STRCSPN(9)
Impressum