Skip to main content

instr_set_next

Function instr_set_next 

Source
pub unsafe extern "C" fn instr_set_next(
    instr: *mut instr_t,
    next: *mut instr_t,
)
Expand description

Sets the next field of \p instr to point to \p next.