centos man page for strspn

Query: strspn

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 3.10 June 2014 STRSPN(9)
Related Man Pages
strcspn(3) - centos
strspn(3) - redhat
strcspn(3) - debian
strcspn(3) - suse
strcspn(3) - minix
Similar Topics in the Unix Linux Community
designing a shell
stupid question about ascii characters
C program in Unix / Linux - Time differences
substituting one string for another