Next: wcsstr, Previous: wcsrchr, Up: Wchar strings
wcsspn—get length of a wide substringSynopsis
     #include <wchar.h>
     size_t wcsspn(const wchar_t *s, const wchar_t *set);
     
   Description
The wcsspn function computes the length of the maximum initial
segment of the wide-character string pointed to by s which consists
entirely of wide-character codes from the wide-character string
pointed to by set.
   
Returns
Portability
wcsspn is ISO/IEC 9899/AMD1:1995 (ISO C).
   No supporting OS subroutines are required.