You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index(3) and rindex(3) marked as LEGACY in POSIX.1-2001.
POSIX.1-2008 removes the specifications of index(3) and rindex(3), recommending strchr(3) and strrchr(3) instead.
Android NDK don't have this function.
References:
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html
https://linux.die.net/man/3/index
The text was updated successfully, but these errors were encountered: