STRCSPN(9) Basic C Library Functions STRCSPN(9)NAMEstrcspn - Calculate the length of the initial substring of s which does not contain letters in rejectSYNOPSISsize_t strcspn(const char * s, const char * reject);ARGUMENTSs The string to be searched reject The string to avoidCOPYRIGHTKernel Hackers Manual 2.6. July 2010 STRCSPN(9)
| Related Man Pages |
|---|
| strspn(3) - linux |
| strcspn(3) - redhat |
| strcspn(3) - osx |
| strspn(3) - opendarwin |
| strspn(3) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| converting rows into columns |
| SMTP Server errors |
| AIX calling WINSOCK during e-mail - normal? |
| m1join.c |
| A Basic example of socket programming in C |