Skip to main content

patch_seq_dup

Function patch_seq_dup 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_dup(stack: *mut u64) -> *mut u64
Expand description

Duplicate the top value: ( a – a a )

§Safety

Stack must have at least one value.