patch_seq_push_string

Function patch_seq_push_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_push_string( stack: Stack, c_str: *const i8, ) -> Stack
Expand description

Push a C string literal onto the stack (for compiler-generated code)

Stack effect: ( – str )

§Safety

The c_str pointer must be valid and null-terminated