1 --- strspn.3.bsdnew 2009-11-30 13:52:24.000000000 -0800
2 +++ strspn.3 2009-11-30 14:55:45.000000000 -0800
7 -.Fn strspn "const char *s" "const char *charset"
16 spans the initial part of the null-terminated string
19 as long as the characters from
22 occur in the null-terminated string
25 In other words, it computes the string array index in
28 of the first character of
34 else the index of the first null character.