2 @section @code{strrchr}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strrchr.html}
9 Portability problems fixed by Gnulib:
13 Portability problems not fixed by Gnulib:
16 This function cannot work correctly on character strings in some multibyte
17 locales. Gnulib provides an alternative function @code{mbsrchr} that works
18 on character strings in all locales.