STRSPN(9) Basic C Library Functions STRSPN(9)NAMEstrspn - Calculate the length of the initial substring of s which only contain letters in acceptSYNOPSISsize_t strspn(const char * s, const char * accept);ARGUMENTSs The string to be searched accept The string to search forCOPYRIGHTKernel Hackers Manual 3.10 June 2014 STRSPN(9)
| Related Man Pages |
|---|
| strspn(3) - centos |
| strspn(3) - debian |
| strspn(3) - xfree86 |
| strspn(3) - opendarwin |
| strspn(3) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| C program in Unix / Linux - Time differences |
| substituting one string for another |
| C command not found |
| Wildcard Pattern Matching In C |