Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <string.h> size_t strspn(const char *s1, const char *s2); |
Description | Starting at the beginning of string s1, |
Return val. | Integer value that indicates the segment length (number of matching characters), starting at the beginning of string s1. |
Notes | Strings terminated with the null byte ( |
See also |
|