Function flipperzero_sys::furi_string_push_back

source ·
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 - The FuriString instance
  • c - The character