rustmax::libc

Function getopt_long

Source
pub unsafe extern "C" fn getopt_long(
    argc: i32,
    argv: *const *mut i8,
    optstring: *const i8,
    longopts: *const option,
    longindex: *mut i32,
) -> i32