other versions
- stretch 4.9.168-1
other sections
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¶
April 2019 | Kernel Hackers Manual 4.9. |