patch_seq_subtract

Function patch_seq_subtract 

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

Subtract two integers (a - b)

Stack effect: ( a b – a-b )

§Safety

Stack must have two Int values on top