Function CSTL_string_const_back

Source
pub unsafe extern "C" fn CSTL_string_const_back(
    instance: CSTL_StringCRef,
) -> *const c_char
Expand description

Returns a const pointer to the last character.

If CSTL_string_empty(instance) == true the behavior is undefined.