pub unsafe extern "C" fn tr_wildmat(
    text: *const c_char,
    pattern: *const c_char
) -> u8
Expand description

@brief Rich Salz’s classic implementation of shell-style pattern matching for ?, , [], and * characters. @return 1 if the pattern matches, 0 if it doesn’t, or -1 if an error occured