Skip to main content

Perl_scan_word

Function Perl_scan_word 

Source
pub unsafe fn Perl_scan_word(
    my_perl: *mut PerlInterpreter,
    s: *mut c_char,
    dest: *mut c_char,
    destlen: STRLEN,
    allow_package: c_int,
    slp: *mut STRLEN,
) -> *mut c_char
Expand description

thx shim for crate::Perl_scan_word.