Skip to main content

rindex

Function rindex 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rindex( s: *const c_char, c: c_int, ) -> *mut c_char
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/009695399/functions/rindex.html.

ยงDeprecation

The rindex() function was marked legacy in the Open Group Base Specifications Issue 6, and removed in Issue 7.