bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / doc / pastposix-functions / rindex.texi
blobb93505bb2f3ed183a7ca019db0186c1b9a5bb5ec
1 @node rindex
2 @section @code{rindex}
3 @findex rindex
5 Removed in POSIX.1-2008.
6 POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/rindex.html}
8 Gnulib module: ---
10 Portability problems fixed by Gnulib:
11 @itemize
12 @end itemize
14 Portability problems not fixed by Gnulib:
15 @itemize
16 @item
17 This function is missing on some platforms:
18 mingw, MSVC 14, Android 9.0.
19 @item
20 This function is removed in POSIX.1-2008.  Better use @code{strrchr}
21 instead.
22 @end itemize