pub unsafe extern "C" fn CSTL_string_back(
instance: CSTL_StringRef,
) -> *mut c_charExpand description
Returns a pointer to the last character.
If CSTL_string_empty(instance) == true the behavior is undefined.
pub unsafe extern "C" fn CSTL_string_back(
instance: CSTL_StringRef,
) -> *mut c_charReturns a pointer to the last character.
If CSTL_string_empty(instance) == true the behavior is undefined.