Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

regcomp

Function regcomp 

Source
pub unsafe extern "C" fn regcomp(
    preg: *mut regex_t,
    pattern: *const c_char,
    cflags: c_int,
) -> c_int