2 @section @code{strtok_r}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtok_r.html}
7 Gnulib module: strtok_r
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
15 This function crashes when invoked from code compiled with optimization enabled
20 Portability problems not fixed by Gnulib:
23 This function cannot work correctly on character strings in multibyte locales.
24 Gnulib provides an alternative function @code{mbstok_r} that works on character
25 strings in all locales.