#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_path_filename(
stack: Stack,
) -> StackExpand description
Get the filename component of a path
Stack effect: ( path โ filename success )
Returns the filename and true on success, โโ and false if no filename.
ยงSafety
Stack must have a String (path) on top