2 @section @code{strcspn}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcspn.html}
9 Portability problems fixed by Gnulib:
12 This function is missing on some old platforms.
15 Portability problems not fixed by Gnulib:
18 This function cannot work correctly on character strings in multibyte locales.
19 Gnulib provides an alternative function @code{mbscspn} that works on character
20 strings in all locales.