[][src]Function kpathsea_sys::getopt_long_only

pub unsafe extern "C" fn getopt_long_only(
    argc: c_int,
    argv: *const *mut c_char,
    shortopts: *const c_char,
    longopts: *const option,
    longind: *mut c_int
) -> c_int