Skip to main content

Perl_repeatcpy

Function Perl_repeatcpy 

Source
pub unsafe fn Perl_repeatcpy(
    my_perl: *mut PerlInterpreter,
    to: *mut c_char,
    from: *const c_char,
    len: isize,
    count: IV,
)
Expand description

thx shim for crate::Perl_repeatcpy.