patch_seq_path_join

Function patch_seq_path_join 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_path_join(stack: Stack) -> Stack
Expand description

Join two path components

Stack effect: ( base component – joined )

Joins the base path with the component using the platform’s path separator.

§Safety

Stack must have two Strings on top (base, then component)