Skip to main content

Perl_newWHENOP

Function Perl_newWHENOP 

Source
pub unsafe fn Perl_newWHENOP(
    my_perl: *mut PerlInterpreter,
    cond: *mut OP,
    block: *mut OP,
) -> *mut OP
Expand description

thx shim for crate::Perl_newWHENOP.