Function flipper0::ffi::path_concat

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

@brief Appends new component to path, adding path delimiter

@param path first path part @param suffix second path part @param out_path output string to combine parts into. Must be initialized