Skip to main content

Perl_newCONDOP

Function Perl_newCONDOP 

Source
pub unsafe fn Perl_newCONDOP(
    my_perl: *mut PerlInterpreter,
    flags: I32,
    first: *mut OP,
    trueop: *mut OP,
    falseop: *mut OP,
) -> *mut OP
Expand description

thx shim for crate::Perl_newCONDOP.