Skip to main content

Perl_repeatcpy

Function Perl_repeatcpy 

Source
pub unsafe extern "C" fn Perl_repeatcpy(
    to: *mut i8,
    from: *const i8,
    len: i32,
    count: i64,
)