f014fb6d0792d8d3f70581bce4bbc5458383e7b4
[gnulib.git] / doc / functions / strrchr.texi
1 @node strrchr
2 @section @code{strrchr}
3 @findex strrchr
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/strrchr.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
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.
19 @end itemize