size_t strspn( const char *str1, const char *str2 )
- prototype in string.h - returns length of initial segment of str1 that consists entirely of characters from str2
- prototype in string.h - returns length of initial segment of str1 that consists entirely of characters from str2