#[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 1 on success, โโ and 0 if no filename.
ยงSafety
Stack must have a String (path) on top