other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
STRSPN(9) | Basic C Library Functions | STRSPN(9) |
NAME¶
strspn - Calculate the length of the initial substring of s which only contain letters in acceptSYNOPSIS¶
size_t
strspn(const char * s,
const char * accept);
ARGUMENTS¶
sThe string to be searched
accept
The string to search for
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |