patch_seq_add

Function patch_seq_add 

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

Add two integers

Stack effect: ( a b – a+b )

§Safety

Stack must have two Int values on top