Scroll to navigation

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

const char * s

The string to be searched

const char * accept

The string to search for

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11