Skip to main content

Perl_newUNOP

Function Perl_newUNOP 

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

thx shim for crate::Perl_newUNOP.