Function r_core::r_regex_run[][src]

pub unsafe extern "C" fn r_regex_run(
    pattern: *const c_char,
    flags: *const c_char,
    text: *const c_char
) -> c_int