Oracle® Linux
DTrace Guide
string strrchr(const char *s
, charc
)
The strrchr
function returns a pointer to the
last occurrence of the character c
in
the string s
. If no match is found,
strrstr
returns 0
. This
function does not work with wide characters or multi-byte
characters.
Copyright © 2013, 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices