2 @section @code{strpbrk}
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strpbrk.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{mbspbrk} that works on character
20 strings in all locales.