strspn

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Autres sections - même nom

Section: 9 (Appels noyau Linux)

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