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

NAME

6       strspn - Calculate the length of the initial substring of s which only
7       contain letters in accept
8

SYNOPSIS

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

ARGUMENTS

13       s
14           The string to be searched
15
16       accept
17           The string to search for
18
20Kernel Hackers Manual 2.6.         June 2019                         STRSPN(9)
Impressum