Function r_core::r_str_byte_escape[][src]

pub unsafe extern "C" fn r_str_byte_escape(
    p: *const c_char,
    dst: *mut *mut c_char,
    dot_nl: c_int,
    default_dot: bool,
    esc_bslash: bool
)