Function flipper0::ffi::path_append

source ·
pub unsafe extern "C" fn path_append(
    path: *mut FuriString,
    suffix: *const i8
)
Expand description

@brief Appends new component to path, adding path delimiter

@param path path string @param suffix path part to apply