suse man page for strspn

Query: strspn

OS: suse

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 2.6. July 2010 STRSPN(9)
Related Man Pages
strspn(3) - centos
strcspn(3) - linux
strcspn(3) - redhat
strspn(3) - xfree86
strspn(3) - opendarwin
Similar Topics in the Unix Linux Community
C program in Unix / Linux - Time differences
substituting one string for another
Splitting a numbers binary representation for a double.
Wildcard Pattern Matching In C