fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / pastposix-functions / rindex.texi
blobc19c3ba27d19f3f69283803b60ddeda7d174d546
1 @node rindex
2 @section @code{rindex}
3 @findex rindex
5 POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/rindex.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw, MSVC 14, Android 9.0.
18 @item
19 This function is marked as ``legacy'' in POSIX@.  Better use @code{strrchr}
20 instead.
21 @end itemize