1 --- strcspn.3.orig 2009-11-30 13:52:23.000000000 -0800
2 +++ strcspn.3 2009-11-30 14:57:01.000000000 -0800
7 -.Fn strcspn "const char *s" "const char *charset"
16 spans the initial part of the null-terminated string
19 as long as the characters from
22 do not occur in string
31 In other words, it computes the string array index in
34 of the first character of
40 else the index of the first null character.