Skip to main content

bsd_getopt

Function bsd_getopt 

Source
pub unsafe extern "C" fn bsd_getopt(
    argc: c_int,
    argv: *const *mut c_char,
    shortopts: *const c_char,
) -> c_int