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