strspn(9) suse man page | unix.com

Man Page: strspn

Operating Environment: suse

Section: 9

STRSPN(9)						     Basic C Library Functions							 STRSPN(9)

NAME
strspn - Calculate the length of the initial substring of s which only contain letters in accept
SYNOPSIS
size_t strspn(const char * s, const char * accept);
ARGUMENTS
s The string to be searched accept The string to search for
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRSPN(9)
Related Man Pages
strcspn(3) - redhat
strcspn(3) - debian
strcspn(3) - suse
strspn(3) - suse
strcspn(3) - xfree86
Similar Topics in the Unix Linux Community
substituting one string for another
m1join.c
Splitting a numbers binary representation for a double.
C command not found
Wildcard Pattern Matching In C