flipperzero_sys

Function 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