Skip to main content

regexec

Function regexec 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn regexec( regex: *const regex_t, input: *const c_char, nmatch: size_t, pmatch: *mut regmatch_t, eflags: c_int, ) -> c_int
Expand description