pub unsafe extern "C" fn furi_string_set_char(
    string: *mut FuriString,
    index: usize,
    c: c_char
)
Expand description

Set the character at the given index.

Arguments

  • string -
  • index -
  • c -