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

fnmatch

Function fnmatch 

Source
pub unsafe extern "C" fn fnmatch(
    pattern: *const c_char,
    name: *const c_char,
    flags: c_int,
) -> c_int