strcspn(9) suse man page | unix.com

Man Page: strcspn

Operating Environment: suse

Section: 9

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 reject
SYNOPSIS
size_t strcspn(const char * s, const char * reject);
ARGUMENTS
s The string to be searched reject The string to avoid
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRCSPN(9)
Related Man Pages
strcspn(3) - bsd
strspn(3) - redhat
strcspn(3p) - suse
strspn(3) - xfree86
strspn(3) - opendarwin
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