patch_seq_multiply

Function patch_seq_multiply 

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

Multiply two integers

Stack effect: ( a b – a*b )

§Safety

Stack must have two Int values on top