Skip to main content

Perl_newOP

Function Perl_newOP 

Source
pub unsafe fn Perl_newOP(
    my_perl: *mut PerlInterpreter,
    optype: I32,
    flags: I32,
) -> *mut OP
Expand description

thx shim for crate::Perl_newOP.