other versions
- stretch 4.9.168-1
other sections
STRCSPN(9) | Basic C Library Functions | STRCSPN(9) |
NAME¶
strcspn - Calculate the length of the initial substring of s which does not contain letters in rejectSYNOPSIS¶
size_t strcspn(const char * s, const char * reject);
ARGUMENTS¶
sThe string to be searched
reject
The string to avoid
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |