10.47.30 strpbrk
¶
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/strpbrk.html
Gnulib module: strpbrk
Portability problems fixed by Gnulib:
- This function is missing on some old platforms.
Portability problems not fixed by Gnulib:
- This function cannot work correctly on character strings in multibyte locales.
Gnulib provides an alternative function
mbspbrk
that works on character
strings in all locales.