Query: strcspn
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 3.10 June 2014 STRCSPN(9)
Related Man Pages |
---|
strcspn(3) - bsd |
strcspn(3p) - suse |
strcspn(3) - netbsd |
strspn(3) - xfree86 |
strcspn(3) - minix |
Similar Topics in the Unix Linux Community |
---|
C programming + problem with char arrays |
converting rows into columns |
SMTP Server errors |
m1join.c |
A Basic example of socket programming in C |