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 2.6. July 2010 STRSPN(9)
| Related Man Pages |
|---|
| strspn(3) - linux |
| strcspn(3) - redhat |
| strcspn(3) - suse |
| strspn(3) - xfree86 |
| strcspn(3) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| designing a shell |
| stupid question about ascii characters |
| substituting one string for another |
| m1join.c |
| C command not found |