patch_seq_push_symbol

Function patch_seq_push_symbol 

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

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

Stack effect: ( – symbol )

§Safety

The c_str pointer must be valid and null-terminated