Function flipper0::ffi::furi_string_trim

source ·
pub unsafe extern "C" fn furi_string_trim(
    string: *mut FuriString,
    chars: *const [i8; 0]
)
Expand description

@brief Trim a string from the given set of characters (default is “ \n\r\t“). @param string @param chars