Skip to main content

Perl_newSTATEOP

Function Perl_newSTATEOP 

Source
pub unsafe fn Perl_newSTATEOP(
    my_perl: *mut PerlInterpreter,
    flags: I32,
    label: *mut c_char,
    o: *mut OP,
) -> *mut OP
Expand description

thx shim for crate::Perl_newSTATEOP.