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

Append a character to the string.

Arguments

  • string -
  • c -