Function flipperzero_sys::furi_string_get_char
source · [−]pub unsafe extern "C" fn furi_string_get_char(
string: *const FuriString,
index: usize
) -> c_charExpand description
@brief Get the character at the given index. Return the selected character of the string. @param string @param index @return char